From ab281311c49f2a9099d66fc6d211dca96d9603b3 Mon Sep 17 00:00:00 2001 From: geeksville Date: Wed, 24 Jun 2020 13:06:11 -0700 Subject: [PATCH] add no_save to allow testing developer configs --- mesh.proto | 3 +++ 1 file changed, 3 insertions(+) diff --git a/mesh.proto b/mesh.proto index e51b4cf..39f77bb 100644 --- a/mesh.proto +++ b/mesh.proto @@ -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