implement radio.fem.rxgain

This commit is contained in:
liquidraver
2026-08-22 17:32:41 +02:00
parent c06a7146ab
commit 7d695872d4
19 changed files with 205 additions and 10 deletions
+4
View File
@@ -957,6 +957,10 @@ bool RoomServerMesh::setRxBoostedGain(bool enable) {
return getRadioDriver(_radio).setRxBoost(enable);
}
bool RoomServerMesh::setFemRxGain(bool enable) {
return getRadioDriver(_radio).setFemRxEnable(enable);
}
bool RoomServerMesh::configSideDetectors(const uint8_t* sfs, uint8_t num) {
return getRadioDriver(_radio).configSideDetectors(sfs, num);
}