[heatpumpir] Bump library to 1.0.37 (#9944)

This commit is contained in:
Jesse Hills 2025-07-29 09:21:53 +12:00 committed by GitHub
parent 08defd7360
commit 189d20a822
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View File

@ -1 +1 @@
32b0db73b3ae01ba18c9cbb1dabbd8156bc14dded500471919bd0a3dc33916e0
b7056e39f1484500ca2d237068670b789fe9241786b48da0681d646b25af05d5

View File

@ -126,6 +126,6 @@ async def to_code(config):
cg.add(var.set_max_temperature(config[CONF_MAX_TEMPERATURE]))
cg.add(var.set_min_temperature(config[CONF_MIN_TEMPERATURE]))
cg.add_library("tonia/HeatpumpIR", "1.0.35")
cg.add_library("tonia/HeatpumpIR", "1.0.37")
if CORE.is_libretiny:
CORE.add_platformio_option("lib_ignore", "IRremoteESP8266")

View File

@ -78,7 +78,7 @@ lib_deps =
glmnet/Dsmr@0.7 ; dsmr
rweather/Crypto@0.4.0 ; dsmr
dudanov/MideaUART@1.1.9 ; midea
tonia/HeatpumpIR@1.0.35 ; heatpumpir
tonia/HeatpumpIR@1.0.37 ; heatpumpir
build_flags =
${common.build_flags}
-DUSE_ARDUINO