mirror of
https://github.com/agessaman/MeshCore.git
synced 2026-07-10 20:21:38 +00:00
Merge remote-tracking branch 'origin/dev' into mqtt-bridge-implementation
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user