Skip to content

Commit

Permalink
Add new critical fault codes for flash corruption
Browse files Browse the repository at this point in the history
  • Loading branch information
geeksville committed Aug 5, 2024
1 parent 9767488 commit 77ed84c
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions meshtastic/mesh.proto
Original file line number Diff line number Diff line change
Expand Up @@ -1291,6 +1291,19 @@ enum CriticalErrorCode {
* If this occurs on your board, please post in the forum so that we can ask you to collect some information to allow fixing this bug
*/
RADIO_SPI_BUG = 11;

/*
* Corruption was detected on the flash filesystem but we were able to repair things.
* If you see this failure in the field please post in the forum because we are interested in seeing if this is occurring in the field.
*/
FLASH_CORRUPTION_RECOVERABLE = 12;

/*
* Corruption was detected on the flash filesystem but we were unable to repair things.
* NOTE: Your node will probably need to be reconfigured the next time it reboots (it will lose the region code etc...)
* If you see this failure in the field please post in the forum because we are interested in seeing if this is occurring in the field.
*/
FLASH_CORRUPTION_UNRECOVERABLE = 13;
}

/*
Expand Down

0 comments on commit 77ed84c

Please sign in to comment.