Harden external radio recovery and power limits

This commit is contained in:
mikecarper
2026-08-25 10:27:26 -07:00
parent 559426ca0f
commit 9b5541a44d
52 changed files with 645 additions and 220 deletions
+2 -2
View File
@@ -1101,8 +1101,8 @@ void SensorMesh::updateFloodAdvertTimer() {
}
}
void SensorMesh::setTxPower(int8_t power_dbm) {
radio_driver.setTxPower(power_dbm);
bool SensorMesh::setTxPower(int8_t power_dbm) {
return radio_driver.setTxPower(power_dbm);
}
bool SensorMesh::setRxPowerSaving(bool enable, uint32_t rx_us, uint32_t sleep_us) {