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.

Generated

from enum meshtastic.CriticalErrorCode

Enumeration Members

BROWNOUT: 9

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

Generated

from enum value: BROWNOUT = 9;

INVALID_RADIO_SETTING: 7

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

Generated

from enum value: INVALID_RADIO_SETTING = 7;

NONE: 0

TODO: REPLACE

Generated

from enum value: NONE = 0;

NO_AXP192: 6

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

Generated

from enum value: NO_AXP192 = 6;

NO_RADIO: 3

No Lora radio hardware could be found

Generated

from enum value: NO_RADIO = 3;

RADIO_SPI_BUG: 11

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

Generated

from enum value: RADIO_SPI_BUG = 11;

SLEEP_ENTER_WAIT: 2

A software bug was detected on entry to sleep

Generated

from enum value: SLEEP_ENTER_WAIT = 2;

SX1262_FAILURE: 10

Selftest of SX1262 radio chip failed

Generated

from enum value: SX1262_FAILURE = 10;

TRANSMIT_FAILED: 8

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

Generated

from enum value: TRANSMIT_FAILED = 8;

TX_WATCHDOG: 1

A software bug was detected while trying to send lora

Generated

from enum value: TX_WATCHDOG = 1;

UBLOX_UNIT_FAILED: 5

We failed while configuring a UBlox GPS

Generated

from enum value: UBLOX_UNIT_FAILED = 5;

UNSPECIFIED: 4

Not normally used

Generated

from enum value: UNSPECIFIED = 4;

Generated using TypeDoc