diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..cad7657 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,3 @@ +{ + "cmake.configureOnOpen": false +} \ No newline at end of file diff --git a/mesh.proto b/mesh.proto index 066b547..f159209 100644 --- a/mesh.proto +++ b/mesh.proto @@ -777,6 +777,11 @@ enum CriticalErrorCode { // The channel tried to set a radio setting which is not supported by this chipset, // radio comms settings are now undefined. InvalidRadioSetting = 7; + + // Radio transmit hardware failure. We sent data to the radio chip, but it didn't + // reply with an interrupt. + TransmitFailed = 8; + } /**