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
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: