forked from buddhabrot/fusion-zauberstab
add nodemcu target
Signed-off-by: Thomas Schmid <tom@lfence.de>
This commit is contained in:
parent
32f3f3c273
commit
722d80108a
@ -8,16 +8,20 @@
|
||||
; Please visit documentation for the other options and examples
|
||||
; https://docs.platformio.org/page/projectconf.html
|
||||
|
||||
[env:esp32doit-devkit-v1]
|
||||
platform = espressif32
|
||||
board = esp32doit-devkit-v1
|
||||
[env]
|
||||
framework = arduino
|
||||
lib_deps = fastled/FastLED @ ^3.5.0
|
||||
|
||||
[env:esp32doit-devkit-v1]
|
||||
platform = espressif32
|
||||
board = esp32doit-devkit-v1
|
||||
monitor_port = COM5
|
||||
monitor_speed = 115200
|
||||
|
||||
upload_protocol = esptool
|
||||
upload_port = COM5
|
||||
|
||||
[env:nodemcu-32s]
|
||||
platform = espressif32
|
||||
board = nodemcu-32s
|
||||
upload_protocol = esptool
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user