#define MY_COMMENT "LoRa tracker" // add your coment here - if empty then no comment is sent
@ -27,4 +28,5 @@
//#define LOCAL_KISS_ECHO // echoing KISS frame back
#define T_BEAM_V1_0 // if enabled t-beam v1.0 disabled t-beam V.0.7
unsignedlongmax_time_to_nextTX=360000L;// TRANSMIT INTERVAL set here MAXIMUM time in ms(!) for smart beaconing - minimum time is always 1 min = 60 secs = 60000L !!!
unsignedlongmax_time_to_nextTX=360000L;// TRANSMIT INTERVAL set here MAXIMUM time in ms(!) for smart beaconing - minimum time is always 1 min = 60 secs = 60000L !!!
unsignedlongfix_beacon_interval=1800000L;// Fixed beacon interwal (when GPS is disabled and FIXED_BEACON_EN is enabled) 30min default