Add support for SX1281 on 2.4 GHz (#1809)
* Add support for SX1281 on 2.4 GHz
* only allow wide BW settings when the right chip is detected
* portduino cannot use this chip yet as it uses an old modified version of radiolib
* missed a spot
* Attempt to supress false positive
* Attempt to supress false positive
* Trying casing from the cpp-check manual
* Trying casing from the cpp-check manual
* Inline suppr should be default but...
* Maybe casting it will make the damn thing shut up
Co-authored-by:
Ben Meadors <benmmeadors@gmail.com>
Showing
- platformio.ini 3 additions, 0 deletionsplatformio.ini
- src/main.cpp 17 additions, 0 deletionssrc/main.cpp
- src/main.h 1 addition, 0 deletionssrc/main.h
- src/mesh/InterfacesTemplates.cpp 7 additions, 1 deletionsrc/mesh/InterfacesTemplates.cpp
- src/mesh/MeshRadio.h 1 addition, 0 deletionssrc/mesh/MeshRadio.h
- src/mesh/RadioInterface.cpp 31 additions, 23 deletionssrc/mesh/RadioInterface.cpp
- src/mesh/SX1281Interface.cpp 13 additions, 0 deletionssrc/mesh/SX1281Interface.cpp
- src/mesh/SX1281Interface.h 17 additions, 0 deletionssrc/mesh/SX1281Interface.h
- src/mesh/SX128xInterface.cpp 247 additions, 0 deletionssrc/mesh/SX128xInterface.cpp
- src/mesh/SX128xInterface.h 75 additions, 0 deletionssrc/mesh/SX128xInterface.h
Loading
Please register or sign in to comment