mirror of
https://github.com/meshtastic/protobufs.git
synced 2026-04-20 22:13:55 +00:00
Update MyNodeInfo for #669
This commit is contained in:
parent
f9c4f87581
commit
1f56681b2b
1 changed files with 6 additions and 0 deletions
|
|
@ -719,6 +719,12 @@ message MyNodeInfo {
|
|||
*/
|
||||
uint32 error_count = 9;
|
||||
|
||||
/*
|
||||
* The total number of reboots this node has ever encountered
|
||||
* (well - since the last time we discarded preferences)
|
||||
*/
|
||||
uint32 reboot_count = 10;
|
||||
|
||||
/*
|
||||
* How long before we consider a message abandoned and we can clear our
|
||||
* caches of any messages in flight Normally quite large to handle the worst case
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue