mirror of
https://github.com/meshtastic/protobufs.git
synced 2026-04-20 22:13:55 +00:00
add no_save to allow testing developer configs
This commit is contained in:
parent
fc79db4594
commit
ab281311c4
1 changed files with 3 additions and 0 deletions
|
|
@ -613,6 +613,9 @@ message DeviceState {
|
|||
/// We keep the last received text message (only) stored in the device flash,
|
||||
/// so we can show it on the screen. Might be null
|
||||
MeshPacket rx_text_message = 7;
|
||||
|
||||
/// Used only during development. Indicates developer is testing and changes should never be saved to flash.
|
||||
bool no_save = 9;
|
||||
}
|
||||
|
||||
/// Debug output from the device
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue