mirror of
https://github.com/luc-github/ESP3D.git
synced 2025-10-31 11:56:48 -07:00
Add Script to parse all c/cpp/h/ino files and format them using clang-format with Google style
Update style to some files with clang-format using Google style Add Script to parse all embedded js/css files and format them using prettier based on .prettierrc config file Update style to embedded js/css files with prettier
This commit is contained in:
@@ -27,11 +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")
|
||||
#if __has_include("rtc_wdt.h")
|
||||
#include <rtc_wdt.h>
|
||||
#else
|
||||
#else
|
||||
#include <soc/rtc_wdt.h>
|
||||
#endif // __has_include ("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