- 
  Notifications
 You must be signed in to change notification settings 
- Fork 7.7k
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.
All reactions
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 :)
Replies: 3 comments
-
#include <rtc_wdt.h>
Beta Was this translation helpful? Give feedback.
All reactions
-
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 :)
Beta Was this translation helpful? Give feedback.
All reactions
-
#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.
Obrigado amigo, Valeu a dica
Beta Was this translation helpful? Give feedback.