From c28a4e84940f50799d88c599d0f30478ff617f3b Mon Sep 17 00:00:00 2001 From: Andrew Date: Wed, 20 Jan 2021 10:09:35 -0800 Subject: [PATCH] Add CriticalErrorCode_TransmitFailed to docs.md --- docs/docs.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/docs.md b/docs/docs.md index 6df00a3..132bd78 100644 --- a/docs/docs.md +++ b/docs/docs.md @@ -569,6 +569,7 @@ post on the meshtastic.discourse.group and we'll try to help. | UBloxInitFailed | 5 | We failed while configuring a UBlox GPS | | NoAXP192 | 6 | This board was expected to have a power management chip and it is missing or broken | | InvalidRadioSetting | 7 | The channel tried to set a radio setting which is not supported by this chipset, radio comms settings are now undefined. | +| TransmitFailed | 8 | Radio transmit hardware failure. We sent data to the radio chip, but it didn't reply with an interrupt. |