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

ESP8285 uses incorrect 'generic' variant in board definition #261

Closed
CapnBry opened this issue Nov 3, 2021 · 0 comments · Fixed by #269
Closed

ESP8285 uses incorrect 'generic' variant in board definition #261

CapnBry opened this issue Nov 3, 2021 · 0 comments · Fixed by #269

Comments

@CapnBry
Copy link
Contributor

CapnBry commented Nov 3, 2021

Hello folks, I'm from the ExpressLRS project where we use quite a bit of ESP8285 chips in our various receivers.

I ran into a bit of a problem using GPIO9 and GPIO10 with the waveform generator and found that the esp8285.json selects the "generic" variant and not the "esp8285" variant present in the Arduino platform (present since 2018). The generic variant blocks the use of GPIO9/10 as being reserved for flash, but on the 8285 these two are free because the internal flash is only connected with two of the four SD GPIO.

The fix is just to change "generic" to "esp8285" in that json file.

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

Successfully merging a pull request may close this issue.

1 participant