Files
AHome/Holodolinik_ESP/platformio.ini
2021-12-12 19:11:03 +03:00

19 lines
597 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:esp07]
platform = espressif8266
board = esp07
framework = arduino
lib_deps =
milesburton/DallasTemperature @ ^3.9.1
mathertel/OneButton @ 0.0.0-alpha+sha.eb583d713a
knolleary/PubSubClient @ ^2.8
jwrw/ESP_EEPROM @ ^2.1.1