mirror of
https://github.com/meshtastic/protobufs.git
synced 2026-04-20 22:13:55 +00:00
add exit_simulator admin command
This commit is contained in:
parent
39bb8b26bb
commit
b8c0499f28
2 changed files with 6 additions and 0 deletions
|
|
@ -55,5 +55,10 @@ message AdminMessage {
|
|||
*/
|
||||
bool confirm_set_channel = 32;
|
||||
bool confirm_set_radio = 33;
|
||||
|
||||
/* This message is only supported for the simulator porduino build. If received the
|
||||
* simulator will exit successfully/
|
||||
*/
|
||||
bool exit_simulator = 34;
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue