sync with dev

This commit is contained in:
liquidraver
2026-07-02 13:13:26 +02:00
parent 4d16dc7589
commit fc940d27ba
16 changed files with 79 additions and 24 deletions
+4
View File
@@ -1146,6 +1146,10 @@ void RepeaterMesh::setTxPower(int8_t power_dbm) {
radio_set_tx_power(power_dbm);
}
bool RepeaterMesh::setRxBoostedGain(bool enable) {
return getRadioDriver(_radio).setRxBoost(enable);
}
void RepeaterMesh::formatNeighborsReply(char* reply) {
char* dp = reply;