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