mirror of
https://github.com/liquidraver/ZephCore.git
synced 2026-09-02 03:08:27 +00:00
x1 debug
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user