mirror of
https://github.com/ajvpot/meshexplorer.git
synced 2026-08-07 00:52:45 +02:00
prep oss release: remove meshtastic from default config, set last seen default to 1w
This commit is contained in:
@@ -25,8 +25,8 @@ const TILE_LAYERS = [
|
||||
];
|
||||
|
||||
const DEFAULT_CONFIG: Config = {
|
||||
nodeTypes: ["meshcore", "meshtastic"],
|
||||
lastSeen: null, // forever by default
|
||||
nodeTypes: ["meshcore"],
|
||||
lastSeen: 604800, // 1 week by default
|
||||
tileLayer: "openstreetmap", // default
|
||||
clustering: true, // default to clustering enabled
|
||||
showNodeNames: true, // default to show node names
|
||||
|
||||
Reference in New Issue
Block a user