G4lile0 / tinyGS

📡 Open Ground Station Network 🛰
GNU General Public License v3.0
923 stars 177 forks source link

Added support for SX1262 modules #123

Open iw2lsi opened 2 years ago

iw2lsi commented 2 years ago

Select the board labeled "Custom ESP32 Wroom + NiceRF SX1262 (Crystal)" and, if necessary, change the GPIO definitions using templates;

eg:

{"name":"[150] DevC4 NiceRF","aADDR":60,"oSDA":0,"oSCL":0,"oRST":0,"pBut":4,"led":0,"radio":2,"lNSS":18,"lDIO0":26,"lDIO1":33,"lBUSSY":25,"lRST":23,"lMISO":19,"lMOSI":27,"lSCK":5,"lTCXOV":0.0}

for SX1262 radio field must be 2

wangxiangwangeuse commented 9 months ago

“radio”:2 or “radio”:0???