26 lines
614 B
INI
26 lines
614 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
|
|
|
|
[env:sonoff_basic]
|
|
platform = espressif8266
|
|
;board = sonoff_basic
|
|
board = sonoff_basic
|
|
framework = arduino
|
|
|
|
lib_deps =
|
|
ESP8266WiFi@1.0
|
|
adafruit/DHT sensor library
|
|
|
|
monitor_speed = 115200
|
|
|
|
|
|
;upload_port = myesp32.local
|
|
;upload_protocol = espota
|