mirror of
				https://github.com/luc-github/ESP3D.git
				synced 2025-10-24 11:50:52 -07:00 
			
		
		
		
	Update esp3d_hal.cpp
This commit is contained in:
		| @@ -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> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user