whitecatboard / Lua-RTOS-ESP32

Lua RTOS for ESP32
Other
1.2k stars 221 forks source link

ESP32-POE #205

Closed gjongenelen closed 5 years ago

gjongenelen commented 5 years ago

Since Olimex EVB and GATEWAY are supported, I was expecting that the POE version would work too. But it doesn't. (net.en.start hangs) I'm not sure what var to replace to add the board, to create a pull request.

https://www.olimex.com/Products/IoT/ESP32/ESP32-POE/open-source-hardware

jolivepetrus commented 5 years ago

@gjongenelen,

I don't have this board, but according to its schematic you should change the Ethernet config in this way:

image

gjongenelen commented 5 years ago

I proposed PR #208 with the correct pin-mapping.