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
+4
View File
@@ -254,4 +254,8 @@ public:
bool setRxBoostedGain(bool enable) override;
#if defined(USE_LR2021)
virtual bool configSideDetectors(const uint8_t sideDetSFs[], uint8_t num, float bw) override;
#endif
};