add no_save to allow testing developer configs

This commit is contained in:
geeksville 2020-06-24 13:06:11 -07:00
parent fc79db4594
commit ab281311c4

View file

@ -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