#if CONFIG_IDF_TARGET_ESP32 #include #elif CONFIG_IDF_TARGET_ESP32C2 #include #elif CONFIG_IDF_TARGET_ESP32C3 #include #elif CONFIG_IDF_TARGET_ESP32C6 #include #elif CONFIG_IDF_TARGET_ESP32H2 #include #elif CONFIG_IDF_TARGET_ESP32H4 #include #elif CONFIG_IDF_TARGET_ESP32S2 #include #elif CONFIG_IDF_TARGET_ESP32S3 #include #elif CONFIG_IDF_TARGET_ESP8266 #include #else #error "ets_sys: Unknown target" #endif