mirror of
https://git.mirrors.martin98.com/https://github.com/luc-github/ESP3D.git
synced 2025-08-13 06:39:06 +08:00
Update esp3d_hal.cpp
This commit is contained in:
parent
3f5daa5381
commit
b1d5192802
@ -27,7 +27,11 @@
|
||||
#include <soc/soc.h>
|
||||
#if CONFIG_IDF_TARGET_ESP32 || CONFIG_IDF_TARGET_ESP32S2
|
||||
// FIXME : S3 not support it yet
|
||||
# if __has_include ("rtc_wdt.h")
|
||||
#include <rtc_wdt.h>
|
||||
#else
|
||||
#include <soc/rtc_wdt.h>
|
||||
#endif // __has_include ("rtc_wdt.h")
|
||||
#endif // CONFIG_IDF_TARGET_ESP32 || CONFIG_IDF_TARGET_ESP32S2
|
||||
#include <WiFi.h>
|
||||
#include <driver/adc.h>
|
||||
|
Loading…
x
Reference in New Issue
Block a user