Skip to content

Commit a755d23

Browse files
committed
Corrected the LED setting for NodeMCU boards
`LED_BUILTIN` was not set to `0` so was pulling the button low and getting stuck in a reset loop.
1 parent 80f66b4 commit a755d23

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
@@ -105,7 +105,7 @@ src_build_flags =
105105
${common.version}.dev
106106
${common.src_build_flags}
107107
${common.debug_flags}
108-
-D WIFI_LED=LED_BUILTIN
108+
-D WIFI_LED=2
109109
-D WIFI_LED_ON_STATE=LOW
110110
-D RAPI_PORT=Serial2
111111
build_flags =

0 commit comments

Comments
 (0)