This commit is contained in:
Sergey V. DUDANOV 2021-09-27 00:32:33 +04:00 committed by GitHub
parent 7672ba2c8d
commit 0d0954d74b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -282,4 +282,4 @@ async def to_code(config):
if CONF_HUMIDITY_SETPOINT in config:
sens = await sensor.new_sensor(config[CONF_HUMIDITY_SETPOINT])
cg.add(var.set_humidity_setpoint_sensor(sens))
cg.add_library("dudanov/MideaUART", "1.1.5")
cg.add_library("dudanov/MideaUART", "1.1.8")

View File

@ -48,7 +48,7 @@ lib_deps =
seeed-studio/Grove - Laser PM2.5 Sensor HM3301@1.0.3 ; hm3301
glmnet/Dsmr@0.5 ; dsmr
rweather/Crypto@0.2.0 ; dsmr
dudanov/MideaUART@1.1.0 ; midea
dudanov/MideaUART@1.1.8 ; midea
build_flags =
${common.build_flags}
-DUSE_ARDUINO