add no_save to allow testing developer configs

pull/2/head
geeksville 2020-06-24 13:06:11 -07:00
rodzic fc79db4594
commit ab281311c4
1 zmienionych plików z 3 dodań i 0 usunięć

Wyświetl plik

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