|
@@ -31,6 +31,8 @@
|
|
|
#include "esp32/rom/gpio.h"
|
|
#include "esp32/rom/gpio.h"
|
|
|
#elif CONFIG_IDF_TARGET_ESP32S2
|
|
#elif CONFIG_IDF_TARGET_ESP32S2
|
|
|
#include "esp32s2/rom/gpio.h"
|
|
#include "esp32s2/rom/gpio.h"
|
|
|
|
|
+#elif CONFIG_IDF_TARGET_ESP32S3
|
|
|
|
|
+#include "esp32s3/rom/gpio.h"
|
|
|
#elif CONFIG_IDF_TARGET_ESP32C3
|
|
#elif CONFIG_IDF_TARGET_ESP32C3
|
|
|
#include "esp32c3/rom/gpio.h"
|
|
#include "esp32c3/rom/gpio.h"
|
|
|
#endif
|
|
#endif
|