lora-aprs / LoRa_APRS_Tracker

A LoRa based APRS tracker for ESP32 boards.
MIT License
301 stars 105 forks source link

MinTxDistance #89

Closed richonguzman closed 11 months ago

richonguzman commented 1 year ago

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?