x
This commit is contained in:
@@ -19,8 +19,7 @@
|
||||
#endif
|
||||
|
||||
bool pmu_flag = 0;
|
||||
//XPowersPMU PMU;
|
||||
XPowersPMU PMUxx;
|
||||
XPowersPMU PMU;
|
||||
|
||||
//const uint8_t i2c_sda = CONFIG_PMU_SDA;
|
||||
//const uint8_t i2c_scl = CONFIG_PMU_SCL;
|
||||
@@ -42,6 +41,7 @@ static const char *TAG = "axp2101.sensor";
|
||||
void AXP2101Component::setup()
|
||||
{
|
||||
ESP_LOGI(TAG, "AXP2101Component::setup invoked");
|
||||
PMU.init();
|
||||
|
||||
#warning "axp2101.sensor basically disabled XXX"
|
||||
#if 0
|
||||
|
||||
Reference in New Issue
Block a user