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
@@ -944,6 +944,10 @@ bool RoomServerMesh::setRxBoostedGain(bool enable) {
return getRadioDriver(_radio).setRxBoost(enable);
}
bool RoomServerMesh::configSideDetectors(const uint8_t* sfs, uint8_t num) {
return getRadioDriver(_radio).configSideDetectors(sfs, num);
}
/* A room server keeps no neighbour table (it is not a repeater). */
void RoomServerMesh::formatNeighborsReply(char* reply) {
strcpy(reply, "not supported");