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

ESP32 compile time error #38

Open
TrailBee47 opened this issue Jul 28, 2021 · 0 comments
Open

ESP32 compile time error #38

TrailBee47 opened this issue Jul 28, 2021 · 0 comments

Comments

@TrailBee47
Copy link

Hi,
I tried to used your library while porting code that was using littleFS in esp8266 to ESP32 and it gave me this error
LITTLEFS.cpp:111:21: error: 'disableCore0WDT' was not declared in this scope
disableCore0WDT();

/Documents/Arduino/libraries/LITTLEFS-master/src/LITTLEFS.cpp:111:21: error: 'disableCore0WDT' was not declared in this scope
disableCore0WDT();
^
/Documents/Arduino/libraries/LITTLEFS-master/src/LITTLEFS.cpp:113:20: error: 'enableCore0WDT' was not declared in this scope
enableCore0WDT();

how do I resolve this?

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