Add CriticalError_TransmitFailed to protobufs

pull/10/head
Andrew Mark 2021-01-20 10:34:36 -08:00
rodzic c28a4e8494
commit f95495987f
2 zmienionych plików z 8 dodań i 0 usunięć

3
.vscode/settings.json vendored 100644
Wyświetl plik

@ -0,0 +1,3 @@
{
"cmake.configureOnOpen": false
}

Wyświetl plik

@ -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;
}
/**