Compilation error: soc/rtc_wdt.h: No such file or directory #9800
-
Hello, I am facing a problem after I updated my ESP32 board to version 3.0.0 using Arduino IDE 2.3.2 The following error appears: Compilation error: soc/rtc_wdt.h: No such file or directory |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
#include <rtc_wdt.h> |
Beta Was this translation helpful? Give feedback.
-
as @SXlaowang said but using more words : and feel free to mark as closed if it works :) |
Beta Was this translation helpful? Give feedback.
-
#include <rtc_wdt.h> Perfeito, o meu código estava dando esse erro e eu já estava apanhando há quase um mês, retirei do código SOC e deu tudo certo. |
Beta Was this translation helpful? Give feedback.
as @SXlaowang said but using more words :
replace
#include <soc/rtc_wdt.h>
by
#include <rtc_wdt.h>
and feel free to mark as closed if it works :)