CriticalErrorCode class
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.
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- name → String
-
This enum's name, as specified in the .proto file.
finalinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- value → int
-
This enum's integer value, as specified in the .proto file.
finalinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
Returns this enum's
name
or thevalue
if names are not represented.inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
valueOf(
int value) → CriticalErrorCode?
Constants
- BROWNOUT → const CriticalErrorCode
- We detected that the main CPU voltage dropped below the minimum acceptable value
- FLASH_CORRUPTION_RECOVERABLE → const CriticalErrorCode
- 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.
- FLASH_CORRUPTION_UNRECOVERABLE → const CriticalErrorCode
- 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.
- INVALID_RADIO_SETTING → const CriticalErrorCode
- The channel tried to set a radio setting which is not supported by this chipset, radio comms settings are now undefined.
- NO_AXP192 → const CriticalErrorCode
- This board was expected to have a power management chip and it is missing or broken
- NO_RADIO → const CriticalErrorCode
- No Lora radio hardware could be found
- NONE → const CriticalErrorCode
- TODO: REPLACE
- RADIO_SPI_BUG → const CriticalErrorCode
- 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
- SLEEP_ENTER_WAIT → const CriticalErrorCode
- A software bug was detected on entry to sleep
- SX1262_FAILURE → const CriticalErrorCode
- Selftest of SX1262 radio chip failed
- TRANSMIT_FAILED → const CriticalErrorCode
- Radio transmit hardware failure. We sent data to the radio chip, but it didn't reply with an interrupt.
- TX_WATCHDOG → const CriticalErrorCode
- A software bug was detected while trying to send lora
- UBLOX_UNIT_FAILED → const CriticalErrorCode
- We failed while configuring a UBlox GPS
- UNSPECIFIED → const CriticalErrorCode
- Not normally used
-
values
→ const List<
CriticalErrorCode>