30 lines
861 B
INI
30 lines
861 B
INI
; 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 = nodemcuv2
|
|
|
|
[env:huzzah]
|
|
platform = https://github.com/platformio/platform-espressif8266.git
|
|
board = huzzah
|
|
framework = arduino
|
|
lib_deps = tzapu/WiFiManager@^0.16.0
|
|
upload_speed = 115200
|
|
monitor_speed = 115200
|
|
|
|
[env:nodemcuv2]
|
|
platform = https://github.com/platformio/platform-espressif8266.git
|
|
board = nodemcuv2
|
|
framework = arduino
|
|
lib_deps = tzapu/WiFiManager@^0.16.0
|
|
upload_speed = 115200
|
|
monitor_speed = 115200
|
|
;upload_protocol = espota
|
|
;upload_port = 192.168.2.238
|