esp-clock/platformio.ini

36 lines
1018 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]
platform = espressif8266
board = d1_mini
framework = arduino
lib_deps =
arduino-libraries/NTPClient@^3.1.0
adafruit/Adafruit LED Backpack Library@^1.3.2
adafruit/Adafruit GFX Library@^1.10.12
adafruit/Adafruit BusIO@^1.9.8
jchristensen/Timezone@^1.2.4
ottowinter/AsyncMqttClient-esphome@^0.8.5
crankyoldgit/IRremoteESP8266@^2.7.18
arkhipenko/TaskScheduler@^3.7.0
adafruit/Adafruit Unified Sensor @ ^1.1.4
adafruit/Adafruit BMP280 Library@^2.5.0
bblanchon/ArduinoJson@6.16.1
build_flags = -D IR=0 -D WIFI_ALWAYS_ON=1
[env:laptop_home]
[env:ota_home]
upload_port = esp-clock
upload_protocol = espota
upload_flags =
--host_port=10000