G4lile0 / tinyGS

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

Two gpios are added to control rxEn and txEn #159

Closed jubamo closed 2 years ago

jubamo commented 2 years ago

Two gpios are added to control rxEn and txEn for radios (E32-M400S30) that require it. New board definitions are not included, it must be done from "Board Template" in the WEB configuration console,

jubamo commented 2 years ago

Perdona por haber tantos cambios, pero he tenido que hacerlo editando los archivos desde el navegador. Lo he descargado, compilado y funciona bien. La configuracion seria de este estilo: {"name":"E32-400M30S","aADDR":60,"oSDA":4,"oSCL":15,"oRST":16,"pBut":0,"led":25,"radio":1,"lNSS":18,"lDIO0":26,"lDIO1":12,"lBUSSY":"UNUSED","lRST":14,"lMISO":19,"lMOSI":27,"lSCK":5,"lTCXOV":0,"RXEN":32,"TXEN":33}

Saludos, Juan.