Replies: 1 comment
|
ESP8266 will not work for this project. The firmware is built with ESP-IDF and the release/CI targets are ESP32-family chips: So pick one of the ESP32 targets that has a matching release binary. If you need Ethernet with an RMII PHY such as LAN8720, note the README caveat: that part is only supported on ESP32-WROOM-32 style boards because the other variants do not have the internal EMAC needed for RMII. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Can i use ESP8266, or only works with ESP32?
All reactions