G4lile0 / tinyGS

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

Support ESP32S2 #171

Closed tkerby closed 10 months ago

tkerby commented 1 year ago

For people building their own nodes, the S2 is a nice low cost option. Unfortunately, the SPI mappings are slightly different and VSPI has been swapped with FSPI. Could this be a compile option in the code?

Only challenge may be auto-updates as they might need two binary files depending on the board

G4lile0 commented 10 months ago

We just added support ESP32S3 on the beta branch and yep it handle SPI in a different way.