From f8584f8e1c4b2c0e9ab98006970a24f8e07ebdc6 Mon Sep 17 00:00:00 2001 From: ajvpot <553597+ajvpot@users.noreply.github.com> Date: Fri, 1 Aug 2025 00:00:00 +0000 Subject: [PATCH] prep oss release: remove meshtastic from default config, set last seen default to 1w --- src/components/ConfigContext.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/ConfigContext.tsx b/src/components/ConfigContext.tsx index 6b4a22a..d6a4223 100644 --- a/src/components/ConfigContext.tsx +++ b/src/components/ConfigContext.tsx @@ -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