Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions meshtastic/config.proto
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

/*
Expand Down
6 changes: 3 additions & 3 deletions meshtastic/telemetry.proto
Original file line number Diff line number Diff line change
Expand Up @@ -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;

/*
Expand Down