WIP esp-idf support

This commit is contained in:
2025-11-20 23:03:49 -07:00
parent 67d9db9c7a
commit cf30a62011

View File

@@ -1,7 +1,10 @@
#include "axp2101.h"
#include "esp_sleep.h"
#include "esphome/core/log.h"
#ifdef USE_ARDUINO
#include <Esp.h>
#endif
#ifndef CONFIG_PMU_SDA
#define CONFIG_PMU_SDA 21