Skip to content

Commit baea014

Browse files
committed
Moved LEDs to GPIO26 as GPIO10 conflicts with the internal flash chip
1 parent 79384cb commit baea014

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

platformio.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -413,7 +413,7 @@ build_flags =
413413
${common.src_build_flags}
414414
-D DEBUG_PORT=Serial2
415415
-D RAPI_PORT=Serial
416-
-D NEO_PIXEL_PIN=10
416+
-D NEO_PIXEL_PIN=26
417417
-D NEO_PIXEL_LENGTH=14
418418
-D WIFI_PIXEL_NUMBER=1
419419
-D WIFI_BUTTON=0

0 commit comments

Comments
 (0)