Skip to content

Commit

Permalink
Use IRAM_ATTR in place of ICACHE_RAM_ATTR (rsciriano#51)
Browse files Browse the repository at this point in the history
Bump OpenTherm Library from version 1.1.3 to 1.1.4 due to the same changes
  • Loading branch information
Chupaka authored Feb 8, 2023
1 parent 4a04024 commit a7167dc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion esphome-opentherm/opentherm_component.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ int inPin = D2;
int outPin = D1;
OpenTherm ot(inPin, outPin, false);

ICACHE_RAM_ATTR void handleInterrupt() {
IRAM_ATTR void handleInterrupt() {
ot.handleInterrupt();
}

Expand Down
4 changes: 2 additions & 2 deletions opentherm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ esphome:
platform: ESP8266
board: d1_mini
platformio_options:
lib_deps:
- ihormelnyk/OpenTherm Library @ 1.1.3
lib_deps:
- ihormelnyk/OpenTherm Library @ 1.1.4
includes:
- esphome-opentherm/

Expand Down

0 comments on commit a7167dc

Please sign in to comment.