Skip to content

Commit

Permalink
Fixed incorrect board/gpio relationship for devkitc builds.
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinMueller2003 committed Mar 14, 2024
1 parent a87adf5 commit e683e7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ESPixelStick/src/GPIO_Defs.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ typedef enum
# include "platformDefinitions/GPIO_Defs_ESP32_TWILIGHTLORD.hpp"
#elif defined (BOARD_ESP32_TWILIGHTLORD_ETH)
# include "platformDefinitions/GPIO_Defs_ESP32_TWILIGHTLORD_ETH.hpp"
#elif defined (BOARD_ESP32_TWILIGHTLORD_ETH)
#elif defined (BOARD_ESP32_DEVKITC)
# include "platformDefinitions/GPIO_Defs_ESP32_DevkitC.hpp"
#elif defined (BOARD_ESP01S)
# include "platformDefinitions/GPIO_Defs_ESP8266_ESP01S.hpp"
Expand Down

0 comments on commit e683e7b

Please sign in to comment.