Add CriticalErrorCode_TransmitFailed to docs.md

This commit is contained in:
Andrew 2021-01-20 10:09:35 -08:00 committed by GitHub
parent 855da8701e
commit c28a4e8494
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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. |