acid-drop- Hacking the planet from a LilyGo T-Deck using custom firmware |
git clone git://git.acid.vegas/acid-drop.git |
Log | Files | Refs | Archive | README | LICENSE |
SX1281.cpp (114B)
1 #include "SX1281.h" 2 #if !defined(RADIOLIB_EXCLUDE_SX128X) 3 4 SX1281::SX1281(Module* mod) : SX128x(mod) { 5 6 } 7 8 #endif