From f54d362ea01fff66406daa4b186cd4b306ec0361 Mon Sep 17 00:00:00 2001 From: SpudGunMan Date: Wed, 21 May 2025 16:36:43 -0700 Subject: [PATCH] Update config.template --- config.template | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/config.template b/config.template index 8a2e47b..27f0e4f 100644 --- a/config.template +++ b/config.template @@ -103,8 +103,10 @@ SentryChannel = 2 SentryHoldoff = 9 # list of ignored nodes numbers ex: 2813308004,4258675309 sentryIgnoreList = -# HighFlying Node alert, if the node is above 2,000 meters +# HighFlying Node alert highFlyingAlert = True +# Altitude in meters to trigger the alert +highFlyingAlertAltitude = 2000 [bbs] enabled = True @@ -293,7 +295,7 @@ splitDelay = 0.0 MESSAGE_CHUNK_SIZE = 160 # Request Acknowledgement of message OTA wantAck = False -# Max limit buffer for radio testing. 233 is hard limit 2.5+ firmware +# Max limit buffer for radio testing maxBuffer = 200 #Enable Extra logging of Hop count data enableHopLogs = False