Skip to content

Commit

Permalink
Moved LEDs to GPIO26 as GPIO10 conflicts with the internal flash chip
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremypoulter committed Nov 20, 2023
1 parent 79384cb commit baea014
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -413,7 +413,7 @@ build_flags =
${common.src_build_flags}
-D DEBUG_PORT=Serial2
-D RAPI_PORT=Serial
-D NEO_PIXEL_PIN=10
-D NEO_PIXEL_PIN=26
-D NEO_PIXEL_LENGTH=14
-D WIFI_PIXEL_NUMBER=1
-D WIFI_BUTTON=0
Expand Down

0 comments on commit baea014

Please sign in to comment.