mirror of
https://github.com/meshtastic/protobufs.git
synced 2026-04-20 22:13:55 +00:00
add a FromRadio.rebooted packet so serial clients can tell if device reboots
This commit is contained in:
parent
8427b23016
commit
e570ee9836
1 changed files with 5 additions and 0 deletions
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue