mirror of
https://github.com/esphome/esphome.git
synced 2026-06-24 13:27:14 +00:00
[heatpumpir] Bump tonia/HeatpumpIR to 1.0.41 (#15711)
This commit is contained in:
@@ -1 +1 @@
|
|||||||
10c432ae818f9ed7fd4a0176a04467b1f2634363f5ec985045a6d72747f60b90
|
dc8ad5472d9fb44ce1ca29a0601afd65705642799a2819704dfc8459fbaf9815
|
||||||
|
|||||||
@@ -127,6 +127,6 @@ async def to_code(config):
|
|||||||
cg.add(var.set_min_temperature(config[CONF_MIN_TEMPERATURE]))
|
cg.add(var.set_min_temperature(config[CONF_MIN_TEMPERATURE]))
|
||||||
cg.add_build_flag("-Wno-error=overloaded-virtual")
|
cg.add_build_flag("-Wno-error=overloaded-virtual")
|
||||||
|
|
||||||
cg.add_library("tonia/HeatpumpIR", "1.0.40")
|
cg.add_library("tonia/HeatpumpIR", "1.0.41")
|
||||||
if CORE.is_libretiny or CORE.is_esp32:
|
if CORE.is_libretiny or CORE.is_esp32:
|
||||||
CORE.add_platformio_option("lib_ignore", ["IRremoteESP8266"])
|
CORE.add_platformio_option("lib_ignore", ["IRremoteESP8266"])
|
||||||
|
|||||||
@@ -83,7 +83,7 @@ lib_deps =
|
|||||||
fastled/FastLED@3.9.16 ; fastled_base
|
fastled/FastLED@3.9.16 ; fastled_base
|
||||||
freekode/TM1651@1.0.1 ; tm1651
|
freekode/TM1651@1.0.1 ; tm1651
|
||||||
dudanov/MideaUART@1.1.9 ; midea
|
dudanov/MideaUART@1.1.9 ; midea
|
||||||
tonia/HeatpumpIR@1.0.40 ; heatpumpir
|
tonia/HeatpumpIR@1.0.41 ; heatpumpir
|
||||||
build_flags =
|
build_flags =
|
||||||
${common.build_flags}
|
${common.build_flags}
|
||||||
-DUSE_ARDUINO
|
-DUSE_ARDUINO
|
||||||
@@ -178,7 +178,7 @@ lib_deps =
|
|||||||
${common:idf.lib_deps}
|
${common:idf.lib_deps}
|
||||||
droscy/esp_wireguard@0.4.4 ; wireguard
|
droscy/esp_wireguard@0.4.4 ; wireguard
|
||||||
kahrendt/ESPMicroSpeechFeatures@1.1.0 ; micro_wake_word
|
kahrendt/ESPMicroSpeechFeatures@1.1.0 ; micro_wake_word
|
||||||
tonia/HeatpumpIR@1.0.40 ; heatpumpir
|
tonia/HeatpumpIR@1.0.41 ; heatpumpir
|
||||||
build_flags =
|
build_flags =
|
||||||
${common:idf.build_flags}
|
${common:idf.build_flags}
|
||||||
-Wno-nonnull-compare
|
-Wno-nonnull-compare
|
||||||
|
|||||||
Reference in New Issue
Block a user