lora-aprs/LoRa_APRS_Tracker

MinTxDistance

richonguzman opened this issue · 0 comments

Describe the bug
after validating the GPS fix and !send_update it validates that enough time has passed before validating the distance from lastTx (line 204)

why is "20" (Mts) used instead of MinTxDistance ("100" (Mts) from your tracker.json file) ???

should it be both validations with MinTxDistance the same?