Skip to content

Commit ea57b14

Browse files
Jochen GroppeJochen Groppe
Jochen Groppe
authored and
Jochen Groppe
committed
fix NodeMCU-32S .build.board property
The .build.board=xx proptery is used for generating a macro named "ARDUINO_xxx". C macro names should never have a "-" sign. * current: ARDUINO_NodeMCU-32S * should be: ARDUINO_=NodeMCU_32S
1 parent 126674c commit ea57b14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: boards.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -830,7 +830,7 @@ nodemcu-32s.serial.disableRTS=true
830830
nodemcu-32s.build.mcu=esp32
831831
nodemcu-32s.build.core=esp32
832832
nodemcu-32s.build.variant=nodemcu-32s
833-
nodemcu-32s.build.board=NodeMCU-32S
833+
nodemcu-32s.build.board=NodeMCU_32S
834834

835835
nodemcu-32s.build.f_cpu=240000000L
836836
nodemcu-32s.build.flash_mode=dio

0 commit comments

Comments
 (0)