2021-03-26 18:26:50 +01:00
|
|
|
; PlatformIO Project Configuration File
|
|
|
|
;
|
|
|
|
; Build options: build flags, source filter
|
|
|
|
; Upload options: custom upload port, speed and extra flags
|
|
|
|
; Library options: dependencies, extra library storages
|
|
|
|
; Advanced options: extra scripting
|
|
|
|
;
|
|
|
|
; Please visit documentation for the other options and examples
|
|
|
|
; https://docs.platformio.org/page/projectconf.html
|
|
|
|
|
|
|
|
[platformio]
|
|
|
|
default_envs = nodemcu-32s_debug
|
|
|
|
|
|
|
|
[env]
|
|
|
|
monitor_speed = 115200
|
|
|
|
build_flags = -Wall
|
|
|
|
lib_deps =
|
|
|
|
fastled/FastLED
|
2021-03-27 03:10:16 +01:00
|
|
|
ArtnetWifi
|
2021-03-26 18:26:50 +01:00
|
|
|
; tzapu/WiFiManager#master
|
|
|
|
|
|
|
|
[env:nodemcu-32s]
|
|
|
|
platform = espressif32
|
|
|
|
board = nodemcu-32s
|
|
|
|
framework = arduino
|
|
|
|
|
|
|
|
[env:nodemcu-32s_debug]
|
|
|
|
build_type = debug
|
|
|
|
extends = env:nodemcu-32s
|
|
|
|
|
|
|
|
[env:nodemcu-32s_ota]
|
|
|
|
build_type = debug
|
|
|
|
extends = env:nodemcu-32s
|
|
|
|
upload_protocol = espota
|
|
|
|
upload_port = 192.168.1.78
|