From 5e40aa38080a339f75e495ff6041ee1e2fcfa379 Mon Sep 17 00:00:00 2001 From: Andrew Date: Thu, 30 Oct 2025 17:34:47 -0400 Subject: [PATCH] add SERIAL_STATS_DROPPED_RX (missing) --- Marlin/Configuration_adv.h | 1 + 1 file changed, 1 insertion(+) diff --git a/Marlin/Configuration_adv.h b/Marlin/Configuration_adv.h index f1feb94688..6e728cac85 100644 --- a/Marlin/Configuration_adv.h +++ b/Marlin/Configuration_adv.h @@ -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