36 lines
1.0 KiB
INI
36 lines
1.0 KiB
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
|
|
adafruit/Adafruit Unified Sensor @ ^1.1.4
|
|
adafruit/Adafruit BME280 Library@^2.2.4
|
|
sparkfun/SparkFun BME280@^2.0.9
|
|
arkhipenko/TaskScheduler@^3.8.5
|
|
https://git.hodos.ro/libraries/wifi.git@^2.0.0
|
|
https://git.hodos.ro/libraries/ha-mqtt.git#2.0.0
|
|
build_flags = -D WIFI_ALWAYS_ON=1 -D ADAFRUIT_BME=1
|
|
|
|
[env:laptop_home]
|
|
|
|
[env:ota_home]
|
|
upload_port = 192.168.6.191
|
|
upload_protocol = espota
|
|
upload_flags =
|
|
--host_port=10000
|