2021-06-20 12:57:47 +03: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
|
2021-07-04 19:32:01 +03:00
|
|
|
board = sonoff_basic
|
2021-06-20 12:57:47 +03:00
|
|
|
framework = arduino
|
2021-06-27 21:45:17 +03:00
|
|
|
board_build.filesystem = littlefs
|
2021-06-22 12:35:48 +03:00
|
|
|
|
|
|
|
lib_deps =
|
2021-06-29 11:30:47 +03:00
|
|
|
ESP8266WiFi
|
|
|
|
ottowinter/ESPAsyncWebServer-esphome @ 1.2.7
|
2021-06-22 12:35:48 +03:00
|
|
|
adafruit/DHT sensor library
|
2021-06-23 16:44:37 +03:00
|
|
|
|
2021-06-22 12:35:48 +03:00
|
|
|
monitor_speed = 115200
|
2021-06-27 21:45:17 +03:00
|
|
|
upload_speed = 115200
|
2021-06-22 12:35:48 +03:00
|
|
|
|
2021-07-04 22:18:37 +03:00
|
|
|
upload_port = 192.168.4.1
|
|
|
|
upload_protocol = espota
|