Merge remote-tracking branch 'origin/dev' into mqtt-bridge-implementation

This commit is contained in:
Adam Gessaman
2026-02-09 09:50:44 -08:00
163 changed files with 1101 additions and 631 deletions
+1 -1
View File
@@ -815,7 +815,7 @@ void SensorMesh::updateFloodAdvertTimer() {
}
}
void SensorMesh::setTxPower(uint8_t power_dbm) {
void SensorMesh::setTxPower(int8_t power_dbm) {
radio_set_tx_power(power_dbm);
}