Skip to content

Commit 6eab372

Browse files
authored
Merge pull request #275 from OpenEVSE/jeremypoulter/issue254
Corrected the LED setting for NodeMCU boards
2 parents 9c7d0d3 + a755d23 commit 6eab372

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)