We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04c2d8f commit 4a4df51Copy full SHA for 4a4df51
libraries/ESP32/examples/ResetReason/ResetReason.ino
@@ -19,6 +19,8 @@
19
#include "esp32s2/rom/rtc.h"
20
#elif CONFIG_IDF_TARGET_ESP32C3
21
#include "esp32c3/rom/rtc.h"
22
+#elif CONFIG_IDF_TARGET_ESP32S3
23
+#include "esp32s3/rom/rtc.h"
24
#else
25
#error Target CONFIG_IDF_TARGET is not supported
26
#endif
0 commit comments