fix compilation of a brand new project: add explicit depenency of TaskScheduler (it used to be in ha-mqtt library)

This commit is contained in:
Nicu Hodos 2024-10-04 13:56:47 +02:00
parent 2206819965
commit e3011e2efd

View File

@ -21,6 +21,7 @@ lib_deps =
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@^1.1.0
build_flags = -D WIFI_ALWAYS_ON=1 -D ADAFRUIT_BME=1