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
@@ -807,7 +807,7 @@ void MyMesh::dumpLogFile() {
}
}
void MyMesh::setTxPower(uint8_t power_dbm) {
void MyMesh::setTxPower(int8_t power_dbm) {
radio_set_tx_power(power_dbm);
}