Refactor LoRa protocol to batch+ack with ACK-based time bootstrap
This commit is contained in:
@@ -15,8 +15,6 @@ static const char *fault_text(FaultType fault) {
|
||||
return "decode";
|
||||
case FaultType::LoraTx:
|
||||
return "loratx";
|
||||
case FaultType::TimeSync:
|
||||
return "timesync";
|
||||
default:
|
||||
return "";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user