Alternatives for esp_int_wdt.h: []
ResolveLibrary(esp_int_wdt.h)
-> candidates: []
/home/psysc0rpi0n/Arduino/esp32/esp32-cam/esp32-cam-webserver/esp32-cam-webserver.ino:2:10: fatal error: esp_int_wdt.h: No such file or directory
2 | #include <esp_int_wdt.h>
| ^~~~~~~~~~~~~~~
compilation terminated.
Used platform Version Path
esp32:esp32 3.0.0-alpha3 /home/psysc0rpi0n/Downloads/arduino-cli/worda/packages/esp32/hardware/esp32/3.0.0-alpha3
Error during build: exit status 1
The Interrupt Watchdog API (functions/types/macros prefixed with esp_int_wdt_) has been made into a private API. Thus, the previous include path #include "esp_int_wdt.h" has been removed. If users still require usage of the Interrupt Watchdog API (though this is not recommended), it can be included via #include "esp_private/esp_int_wdt.h".
I appreciate the answer but I have moved on and I'm trying some other repository for the same purpose. And I'm also having issues compiling. lol.
This seems doomed!
I feel you..
Working on a cam project too..
Finding I need to fine tune the core..
Took 2 days but finally I'm starting to see some light at the end of my tunnel..
loaded vscode, esp-idf extension and arduino-esp32 as a component..
just got my first successful compile..
Still got to figure out how to get the cam installed but making progress..
I'll say this, the worse the struggle, the better it feels when it finally clicks..
sorry, ranting..
looking back at your first post, looks like you got 2 cores installed??
one is 2.0.13 and the other 3.0.0-alpha3..
wondering if you tried both??
I end up abandoning this repository.
And after going round and round for ever, I came to the conclusion, with the help of people on IRC (yes, the old IRC cat), that the 3.0.0 alpha version is messed up. So, I downgraded to 2.0.14 and the code (of the other repository I ended up unsing instead, which was also returning errors on compile), finally compiled!