EtchedPixels / FUZIX

FuzixOS: Because Small Is Beautiful
Other
2.15k stars 271 forks source link

Fix the ESP32 build. #930

Closed davidgiven closed 2 years ago

davidgiven commented 2 years ago

Espressif changed something in their SDK --- turned a macro into a function --- which requires a little more work at our end. Everything worked on my system because I never got round to pulling the new version from git.

This doesn't actually change anything in the ESP32 build, but does fix the persistent build failure in CI.