Enumeration CriticalErrorCode

Error codes for critical errors The device might report these fault codes on the screen. If you encounter a fault code, please post on the meshtastic.discourse.group and we'll try to help.

from enum meshtastic.CriticalErrorCode

Enumeration Members

BROWNOUT

We detected that the main CPU voltage dropped below the minimum acceptable value

from enum value: BROWNOUT = 9;

FLASH_CORRUPTION_RECOVERABLE

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.

from enum value: FLASH_CORRUPTION_RECOVERABLE = 12;

FLASH_CORRUPTION_UNRECOVERABLE

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.

from enum value: FLASH_CORRUPTION_UNRECOVERABLE = 13;

INVALID_RADIO_SETTING

The channel tried to set a radio setting which is not supported by this chipset, radio comms settings are now undefined.

from enum value: INVALID_RADIO_SETTING = 7;

NO_AXP192

This board was expected to have a power management chip and it is missing or broken

from enum value: NO_AXP192 = 6;

NO_RADIO

No Lora radio hardware could be found

from enum value: NO_RADIO = 3;

NONE

TODO: REPLACE

from enum value: NONE = 0;

RADIO_SPI_BUG

A (likely software but possibly hardware) failure was detected while trying to send packets. 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

from enum value: RADIO_SPI_BUG = 11;

SLEEP_ENTER_WAIT

A software bug was detected on entry to sleep

from enum value: SLEEP_ENTER_WAIT = 2;

SX1262_FAILURE

Selftest of SX1262 radio chip failed

from enum value: SX1262_FAILURE = 10;

TRANSMIT_FAILED

Radio transmit hardware failure. We sent data to the radio chip, but it didn't reply with an interrupt.

from enum value: TRANSMIT_FAILED = 8;

TX_WATCHDOG

A software bug was detected while trying to send lora

from enum value: TX_WATCHDOG = 1;

UBLOX_UNIT_FAILED

We failed while configuring a UBlox GPS

from enum value: UBLOX_UNIT_FAILED = 5;

UNSPECIFIED

Not normally used

from enum value: UNSPECIFIED = 4;