From 9f6cf6dcc1221641e359771d27b3b0d98ca0af52 Mon Sep 17 00:00:00 2001 From: Ben Meadors Date: Fri, 6 Feb 2026 06:45:49 -0600 Subject: [PATCH 1/2] Bubbles pref --- meshtastic/config.proto | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/meshtastic/config.proto b/meshtastic/config.proto index 649495e..f1cdc4f 100644 --- a/meshtastic/config.proto +++ b/meshtastic/config.proto @@ -783,6 +783,11 @@ message Config { * If true, node names will show in long format */ bool use_long_node_name = 13; + + /* + * If true, the device will display message bubbles on screen. + */ + bool enable_message_bubbles = 14; } /* From 8316651be140af8f1ba931e9fe19d8317bc65229 Mon Sep 17 00:00:00 2001 From: Ben Meadors Date: Fri, 6 Feb 2026 08:51:34 -0600 Subject: [PATCH 2/2] Fmt --- meshtastic/telemetry.proto | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/meshtastic/telemetry.proto b/meshtastic/telemetry.proto index 8b70ade..113b3ef 100644 --- a/meshtastic/telemetry.proto +++ b/meshtastic/telemetry.proto @@ -439,9 +439,9 @@ message LocalStats { */ uint32 heap_free_bytes = 13; - /* - * Number of packets that were dropped because the transmit queue was full. - */ + /* + * Number of packets that were dropped because the transmit queue was full. + */ uint32 num_tx_dropped = 14; /*