diff --git a/docs/development/device/error-codes.mdx b/docs/development/device/error-codes.mdx index bbc52d2a..39730ba6 100644 --- a/docs/development/device/error-codes.mdx +++ b/docs/development/device/error-codes.mdx @@ -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)._ |