Merge pull request #3115 from oltaco/meshnology_w12

Add support for Meshnology W12 and LR2021 Wrapper
This commit is contained in:
ripplebiz
2026-08-05 15:04:00 +10:00
committed by GitHub
15 changed files with 788 additions and 0 deletions
+6
View File
@@ -1060,6 +1060,12 @@ bool MyMesh::setRxBoostedGain(bool enable) {
return radio_driver.setRxBoostedGainMode(enable);
}
#if defined(USE_LR2021)
bool MyMesh::configSideDetectors(const uint8_t sideDetSFs[], uint8_t num, float bw) {
return radio_driver.configSideDetectors(sideDetSFs, num, bw);
}
#endif
void MyMesh::formatNeighborsReply(char *reply) {
char *dp = reply;