You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I misunderstood the nature of SPI on ESP32-S3 and C3. Turns out HSPI is the default but the way the code works is to use the first SPI (which is VSPI on ESP32 but HSPI on others) which is defined.
I decided to improve the generator myself using the existing code. It should cover every situation but I would like anyone who reads this to find errors with it and I'll fix them:
Editing the 2nd post because I'm 99.99% certain it should work very well.
trip5
changed the title
ESP32-S3 - simple myoptions.h generator
myoptions.h generator - works for ESP32, ESP32-S3, ESP32-C3 with boards selector
Jan 13, 2025
Nevermind almost everything in my original post.
I misunderstood the nature of SPI on ESP32-S3 and C3. Turns out HSPI is the default but the way the code works is to use the first SPI (which is VSPI on ESP32 but HSPI on others) which is defined.
I decided to improve the generator myself using the existing code. It should cover every situation but I would like anyone who reads this to find errors with it and I'll fix them:
https://trip5.github.io/yoradio-docs/docs/myoptions-generator.html
The text was updated successfully, but these errors were encountered: