From 428881f243281dcdc3355bc02eeea7c0f115ddc8 Mon Sep 17 00:00:00 2001 From: Rysiek Labus Date: Sat, 27 Feb 2021 22:39:16 +0100 Subject: [PATCH] Update TTGO_T-Beam_LoRa_APRS_config.h --- src/TTGO_T-Beam_LoRa_APRS_config.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/TTGO_T-Beam_LoRa_APRS_config.h b/src/TTGO_T-Beam_LoRa_APRS_config.h index a4b1b75..ad2a2b0 100644 --- a/src/TTGO_T-Beam_LoRa_APRS_config.h +++ b/src/TTGO_T-Beam_LoRa_APRS_config.h @@ -30,6 +30,6 @@ #define ENABLE_WIFI // enable WiFi conection #define NETWORK_TNC_PORT 8001 // Set KISS TCP Port //#define ENABLE_WIFI_CLIENT_DEBUG // -#define MAX_TIME_TO_NEXT_TX 360000L // TRANSMIT INTERVAL set here MAXIMUM time in ms(!) for smart beaconing - minimum time is always 1 min = 60 secs = 60000L !!! -#define FIX_BEACON_INTERVAL 1800000L // Fixed beacon interwal (when GPS is disabled and FIXED_BEACON_EN is enabled) 30min default +#define MAX_TIME_TO_NEXT_TX 360000L // TRANSMIT INTERVAL set here MAXIMUM time in ms(!) for smart beaconing - minimum time is always 1 min = 60 secs = 60000L !!! +#define FIX_BEACON_INTERVAL 1800000L // Fixed beacon interwal (when GPS is disabled and FIXED_BEACON_EN is enabled) 30min default #define TNC_SELF_TELEMETRY_INTERVAL (5 * 60 * 1000) // \ No newline at end of file