stupid me forgot some a we or two

This commit is contained in:
rcarteraz 2024-09-14 09:37:12 -07:00
parent 9ff4cc59f5
commit 7b9bc493bd

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