You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been trying to get the latest code working on an esp32 devkitc v4 and there appears to be a bug in how the GPIO pins are being defined in the GPIO_Defs.hpp file. If you look at line 125 there appears to be a copy/paste mistake where its looking for BOARD_ESP32_TWILIGHTLORD_ETH instead of BOARD_ESP32_DEVKITC . See snippet below.
#elif defined (BOARD_ESP32_TWILIGHTLORD_ETH)
include "platformDefinitions/GPIO_Defs_ESP32_DevkitC.hpp"
The text was updated successfully, but these errors were encountered:
I fixed this for that exact dev board. My pull request hasn't been merged yet but my fork will work for you in the meantime. I could also walk you through the lines/files that need to be edited to get you up and running.
I've been trying to get the latest code working on an esp32 devkitc v4 and there appears to be a bug in how the GPIO pins are being defined in the GPIO_Defs.hpp file. If you look at line 125 there appears to be a copy/paste mistake where its looking for BOARD_ESP32_TWILIGHTLORD_ETH instead of BOARD_ESP32_DEVKITC . See snippet below.
#elif defined (BOARD_ESP32_TWILIGHTLORD_ETH)
include "platformDefinitions/GPIO_Defs_ESP32_DevkitC.hpp"
The text was updated successfully, but these errors were encountered: