DL9SAU-TTGO-T-Beam-LoRa-APRS/src
Thomas Osterried fa60f15ea7 minor fixes and cleanups
- new delay concept for aprsis to rf / kiss to rf / serial tnc to rf
    -> prevents flooding rf channel

- work on code handling variable nextTX (fix cleanup).
  - Course-change.detection ignored on high speed:
    During review of my code I saw if nextTX was set to 1 due to course change,
    it was re-set in the next tests below to sb_min_intervali. if current speed
    was >= sb_max_speed.
  - if we TXed in the last round and have in this round detected a course
    change, we don't TX this round; we now remember that condition for the next
    rounds until 5-20s time has passed):
      if (tmp_t_since_last_sb_tx >= (6000000L / lora_speed) && (lastPositionTX + nextTX) < millis())
        ..

Signed-off-by: Thomas Osterried <dl9sau@darc.de>
2024-06-19 22:28:07 +02:00
..
TTGO_T-Beam_LoRa_APRS.ino minor fixes and cleanups 2024-06-19 22:28:07 +02:00
preference_storage.cpp Move preferences code to spearate cpp/h files. 2021-04-25 16:29:07 +02:00
taskGPS.cpp Support for heltec wireless tracker. And many fixes. 2024-05-27 09:29:21 +02:00
taskTNC.cpp Support for heltec wireless tracker. And many fixes. 2024-05-27 09:29:21 +02:00
taskWebServer.cpp minor fixes and cleanups 2024-06-19 22:22:02 +02:00
wifi_clients.cpp Added missing files 2021-06-11 03:39:44 +02:00