Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

myoptions.h generator - works for ESP32, ESP32-S3, ESP32-C3 with boards selector #123

Open
trip5 opened this issue Dec 23, 2024 · 1 comment

Comments

@trip5
Copy link
Contributor

trip5 commented Dec 23, 2024

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

@trip5 trip5 mentioned this issue Dec 29, 2024
@trip5
Copy link
Contributor Author

trip5 commented Jan 5, 2025

Editing the 2nd post because I'm 99.99% certain it should work very well.

@trip5 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant