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

Add support for ESP32 board #13

Open
Jinnie opened this issue Mar 12, 2022 · 0 comments
Open

Add support for ESP32 board #13

Jinnie opened this issue Mar 12, 2022 · 0 comments
Labels
feature request Request a new feature help wanted Extra attention is needed needs research Needs more research

Comments

@Jinnie
Copy link
Owner

Jinnie commented Mar 12, 2022

Currently only ESP8266 is supported. ESP32 is a newer chip and would be nice to get support for it too.
Not sure if it can be in the same codebase, or we need a separate branch. I would prefer keeping in the same branch if possible, but this will require duplicating different libraries. At least:

  • servo control
  • web connector

This may not even be possible. I have poor CPP experience, so I'd appreciate any comments about how we can either abstract the board or have 2 branches for the boards which will share the board non-specific code some way.

@Jinnie Jinnie added help wanted Extra attention is needed needs research Needs more research feature request Request a new feature labels Mar 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request Request a new feature help wanted Extra attention is needed needs research Needs more research
Projects
None yet
Development

No branches or pull requests

1 participant