mirror of
https://github.com/meshtastic/protobufs.git
synced 2026-04-20 22:13:55 +00:00
Basically the whole thing
This commit is contained in:
parent
1b5dd88554
commit
90aa6cb088
1 changed files with 3 additions and 3 deletions
|
|
@ -1082,18 +1082,18 @@ message MyNodeInfo {
|
|||
* (i.e. it will only be reported once)
|
||||
* a numeric error code to go with error message, zero means no error
|
||||
*/
|
||||
CriticalErrorCode error_code = 5;
|
||||
CriticalErrorCode error_code = 5 [deprecated = true];
|
||||
|
||||
/*
|
||||
* A numeric error address (nonzero if available)
|
||||
*/
|
||||
uint32 error_address = 6;
|
||||
uint32 error_address = 6 [deprecated = true];
|
||||
|
||||
/*
|
||||
* The total number of errors this node has ever encountered
|
||||
* (well - since the last time we discarded preferences)
|
||||
*/
|
||||
uint32 error_count = 7;
|
||||
uint32 error_count = 7 [deprecated = true];
|
||||
|
||||
/*
|
||||
* The total number of reboots this node has ever encountered
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue