mirror of
https://github.com/meshtastic/protobufs.git
synced 2026-04-20 22:13:55 +00:00
Add serial_disabled for #638
This commit is contained in:
parent
0ea2328026
commit
90e1ddd5d0
1 changed files with 5 additions and 0 deletions
|
|
@ -266,6 +266,11 @@ message RadioConfig {
|
|||
* The lat/lon/alt can be set by an internal GPS or with the help of the app.
|
||||
*/
|
||||
bool fixed_position = 39;
|
||||
|
||||
/*
|
||||
* If set, this will disable the SerialConsole by not initilizing the StreamAPI
|
||||
*/
|
||||
bool serial_disabled = 40;
|
||||
|
||||
/*
|
||||
* This setting is never saved to disk, but if set, all device settings will be
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue