add a FromRadio.rebooted packet so serial clients can tell if device reboots

pull/2/head
geeksville 2020-04-28 17:34:06 -07:00
rodzic 8427b23016
commit e570ee9836
1 zmienionych plików z 5 dodań i 0 usunięć

Wyświetl plik

@ -488,6 +488,11 @@ message FromRadio {
/// recipient should check if this ID matches our original request nonce, if
/// not, it means your config responses haven't started yet
uint32 config_complete_id = 8;
/// Sent to tell clients the radio has just rebooted. Set to true if
/// present. Not used on all transports, currently just used for the serial
/// console.
bool rebooted = 9;
}
}