You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
OpenTherm Library/src/OpenTherm.cpp:97:18: warning: 'bool OpenTherm::isReady()' is deprecated: Use IRAM_ATTR in place of ICACHE_RAM_ATTR to move functions into IRAM [-Wdeprecated-declarations]
97 | while (!isReady()) {
so change ICACHE_RAM_ATTR to IRAM_ATTR
The text was updated successfully, but these errors were encountered:
OpenTherm Library/src/OpenTherm.cpp:97:18: warning: 'bool OpenTherm::isReady()' is deprecated: Use IRAM_ATTR in place of ICACHE_RAM_ATTR to move functions into IRAM [-Wdeprecated-declarations]
97 | while (!isReady()) {
so change ICACHE_RAM_ATTR to IRAM_ATTR
The text was updated successfully, but these errors were encountered: