rsciriano / ESPHome-OpenTherm

Example of how to control an opentherm boiler with esphome
156 stars 43 forks source link

Use IRAM_ATTR in place of ICACHE_RAM_ATTR #51

Closed Chupaka closed 1 year ago

Chupaka commented 1 year ago

Arduino framework for esp8266 introduced this change with version 3 (to use the same IRAM_ATTR as in ESP32)

Bump OpenTherm Library from version 1.1.3 to 1.1.4 due to the same changes (https://github.com/ihormelnyk/opentherm_library/pull/46)

Chupaka commented 1 year ago

No more warnings during esphome compile :)