[heatpumpir] Bump HeatpumpIR to 1.0.35 (#9123)

This commit is contained in:
Jonathan Swoboda 2025-06-18 00:15:26 -04:00 committed by GitHub
parent 808f964841
commit 53496a1ecd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -125,6 +125,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.32")
cg.add_library("tonia/HeatpumpIR", "1.0.35")
if CORE.is_libretiny:
CORE.add_platformio_option("lib_ignore", "IRremoteESP8266")

View File

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