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