mirror of
https://github.com/liquidraver/ZephCore.git
synced 2026-09-09 11:55:46 +00:00
implement radio.fem.rxgain
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user