mirror of
https://github.com/meshtastic/meshtastic.git
synced 2024-11-09 23:24:10 -08:00
Merge pull request #1456 from meshtastic/another-fix
Update Error Codes Again (Oops)
This commit is contained in:
commit
e1575bd113
|
@ -24,5 +24,5 @@ This table is derived from the [protobufs](https://buf.build/meshtastic/protobuf
|
|||
| Brownout | 9 | Main CPU voltage dropped below the minimum acceptable value. |
|
||||
| SX1262Failure | 10 | Self-test of the SX1262 radio chip failed. |
|
||||
| RadioSpiBug | 11 | A failure (likely software, possibly hardware) was detected while sending packets. If this occurs on your board, please post in the forum to help us collect information to fix this bug. |
|
||||
| FlashCorruptionRecoverable | 12 | Corruption was detected on the flash filesystem, but we were able to repair it. |
|
||||
| FlashCorruptionUnrecoverable | 13 | Corruption was detected on the flash filesystem, but we could not repair it. _Note: Your node will likely need reconfiguration upon the next reboot (e.g., loss of region code)._ |
|
||||
| FlashCorruptionRecoverable | 12 | Corruption was detected on the flash filesystem, but it was repaired. |
|
||||
| FlashCorruptionUnrecoverable | 13 | Corruption was detected on the flash filesystem, and it could not be repaired. _Note: Your node will likely need reconfiguration upon the next reboot (e.g., loss of region code)._ |
|
||||
|
|
Loading…
Reference in a new issue