add SERIAL_STATS_DROPPED_RX (missing)

This commit is contained in:
Andrew 2025-10-30 17:34:47 -04:00
parent 47a66b1432
commit 5e40aa3808

View file

@ -2109,6 +2109,7 @@
#define DGUS_RX_BUFFER_SIZE 128
#define DGUS_TX_BUFFER_SIZE 48
//#define SERIAL_STATS_RX_BUFFER_OVERRUNS // Fix Rx overrun situation (Currently only for AVR)
//#define SERIAL_STATS_RX_FRAMING_ERRORS
#define DGUS_UPDATE_INTERVAL_MS 500 // (ms) Interval between automatic screen updates