kopia lustrzana https://github.com/meshtastic/protobufs
Add CriticalError_TransmitFailed to protobufs
rodzic
c28a4e8494
commit
f95495987f
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"cmake.configureOnOpen": false
|
||||
}
|
|
@ -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;
|
||||
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Ładowanie…
Reference in New Issue