corridor_control/fan_control/platformio.ini

27 lines
686 B
INI
Raw Permalink Normal View History

2021-06-20 11:57:47 +02: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
[env:sonoff_basic]
platform = espressif8266
board = sonoff_basic
2021-06-20 11:57:47 +02:00
framework = arduino
board_build.filesystem = littlefs
2021-06-22 11:35:48 +02:00
lib_deps =
ESP8266WiFi
ottowinter/ESPAsyncWebServer-esphome @ 1.2.7
2021-06-22 11:35:48 +02:00
adafruit/DHT sensor library
2021-06-23 15:44:37 +02:00
2021-06-22 11:35:48 +02:00
monitor_speed = 115200
upload_speed = 115200
2021-06-22 11:35:48 +02:00
2021-07-04 21:18:37 +02:00
upload_port = 192.168.4.1
upload_protocol = espota