Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ICACHE_RAM_ATTR is deprecated #49

Open
melmager opened this issue Jan 26, 2023 · 0 comments
Open

ICACHE_RAM_ATTR is deprecated #49

melmager opened this issue Jan 26, 2023 · 0 comments

Comments

@melmager
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant