Merge pull request #856 from meshtastic/bubbles

Bubbles pref
This commit is contained in:
Ben Meadors 2026-02-06 08:58:27 -06:00 committed by GitHub
commit cba89ee2e9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 8 additions and 3 deletions

View file

@ -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;
}
/*

View file

@ -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;
/*