Skip to content

Commit

Permalink
[serial_module] add flag for settings acks for serial messages
Browse files Browse the repository at this point in the history
  • Loading branch information
lesykm committed Oct 25, 2024
1 parent 7960241 commit dcdefe2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions meshtastic/module_config.proto
Original file line number Diff line number Diff line change
Expand Up @@ -368,6 +368,11 @@ message ModuleConfig {
* Existing logging over the Serial Console will still be present
*/
bool override_console_serial_port = 8;

/*
* Whether to require ACKs for serial packets
*/
bool ack = 9;
}

/*
Expand Down

0 comments on commit dcdefe2

Please sign in to comment.