Merge pull request #1456 from meshtastic/another-fix
Some checks are pending
CI / quality (push) Waiting to run
CI / build (push) Waiting to run

Update Error Codes Again (Oops)
This commit is contained in:
Thomas Göttgens 2024-09-14 18:53:25 +02:00 committed by GitHub
commit e1575bd113
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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)._ |