Add dropped packet count to LocalStats (#8207)

* Add dropped packet count to LocalStats
In case the transmit queue was full

* Trunked

---------

Co-authored-by: Ben Meadors <benmmeadors@gmail.com>
This commit is contained in:
GUVWAF
2025-10-04 08:13:58 -05:00
committed by GitHub
co-authored by GitHub Ben Meadors
parent fe4fb085e6
commit 888692a373
8 changed files with 34 additions and 7 deletions
+1 -1
View File
@@ -145,7 +145,7 @@ static const uint8_t A0 = PIN_A0;
#define PIN_GPS_STANDBY (32 + 13) // wakeup pin
#define PIN_GPS_PPS (32 + 15)
#define GPS_TX_PIN (32 + 10) // L76K module RX PIN
#define GPS_RX_PIN (0 + 29) // L76K module TX PIN
#define GPS_RX_PIN (0 + 29) // L76K module TX PIN
#define GPS_THREAD_INTERVAL 50