This commit is contained in:
liquidraver
2026-08-10 19:15:26 +02:00
parent 329d0058fb
commit 3494411f83
25 changed files with 659 additions and 63 deletions
+4
View File
@@ -1205,6 +1205,10 @@ bool RepeaterMesh::setRxBoostedGain(bool enable) {
return getRadioDriver(_radio).setRxBoost(enable);
}
bool RepeaterMesh::configSideDetectors(const uint8_t* sfs, uint8_t num) {
return getRadioDriver(_radio).configSideDetectors(sfs, num);
}
void RepeaterMesh::formatNeighborsReply(char* reply) {
char* dp = reply;