fix NodeMCU-32S .build.board property (#812)

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
This commit is contained in:
Jochen Groppe 2017-11-06 14:24:00 +01:00 committed by Me No Dev
parent 1b2eb443ef
commit 21026e2373

View File

@ -830,7 +830,7 @@ nodemcu-32s.serial.disableRTS=true
nodemcu-32s.build.mcu=esp32
nodemcu-32s.build.core=esp32
nodemcu-32s.build.variant=nodemcu-32s
nodemcu-32s.build.board=NodeMCU-32S
nodemcu-32s.build.board=NodeMCU_32S
nodemcu-32s.build.f_cpu=240000000L
nodemcu-32s.build.flash_mode=dio