mirror of
https://github.com/meshtastic/protobufs.git
synced 2026-04-20 22:13:55 +00:00
Update admin.proto
This commit is contained in:
parent
71f6fa4575
commit
984cd89e8d
1 changed files with 6 additions and 0 deletions
|
|
@ -224,6 +224,12 @@ message AdminMessage {
|
|||
*/
|
||||
bool confirm_set_radio = 67;
|
||||
|
||||
/*
|
||||
* Tell the node to reboot into the OTA Firmware in this many seconds (or <0 to cancel reboot)
|
||||
* Only Implemented for ESP32 Devices. This needs to be issued to send a new main firmware via bluetooth.
|
||||
*/
|
||||
int32 reboot_ota_seconds = 95;
|
||||
|
||||
/*
|
||||
* This message is only supported for the simulator porduino build.
|
||||
* If received the simulator will exit successfully.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue