From 984cd89e8dad056c376f214a004e213f7717cca9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20G=C3=B6ttgens?= Date: Fri, 7 Oct 2022 22:10:51 +0200 Subject: [PATCH] Update admin.proto --- admin.proto | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/admin.proto b/admin.proto index 87cf0e6..e2e6ebf 100644 --- a/admin.proto +++ b/admin.proto @@ -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.