Update admin.proto

This commit is contained in:
Thomas Göttgens 2022-10-07 22:10:51 +02:00 committed by Sacha Weatherstone
parent 71f6fa4575
commit 984cd89e8d

View file

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