Skip to content

Commit

Permalink
Basically the whole thing
Browse files Browse the repository at this point in the history
  • Loading branch information
thebentern committed Jun 7, 2023
1 parent 1b5dd88 commit 90aa6cb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions meshtastic/mesh.proto
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 90aa6cb

Please sign in to comment.