-
-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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 Olimex ESP32-GATEWAY #3421
Conversation
And of course I have a typo in the commit message. Should be Olimex rather than Olixex. |
Thanks, but please remove all unnecessary files modified by npm. |
If I understand correctly, you would like me to keep wled00/html_settings.h in the commit and pull request since that's required to add ESP32_GATEWAY to the html wifi settings page but remove the rest of the html_*.h files from the commit and pull request. Is that correct? |
Yes. |
Should be done now. |
Please, do not force-push changes next time. Do a normal commit and push. |
I don't do a lot of complex git tasks. Will what I've done work or should I delete my fork and pull request and start over? |
It will work, just don't force push in the future. |
Hi. Could you re-base this PR for 0_15 branch and then we can merge it? |
I added Ethernet support for the Olimex ESP32-GATEWAY board. I tested this with a RevG version of that board. The only difference between the ESP32-POE board and the ESP32-GATEWAY board is the PHY power pin. It's on pin 12 of the PoE board and pin 5 on the gateway board. I used npm to rebuild the html header files and checked those into this commit / pull request since the settings_wifi.htm file was modified to include the ESP32-GATEWAY option.