x
This commit is contained in:
@@ -313,7 +313,7 @@ void AXP2101Component::dump_config() {
|
||||
//LOG_BINARY_SENSOR(" ", "Battery Charging", this->batterycharging_bsensor_);
|
||||
}
|
||||
|
||||
float AXP2101Component::get_setup_priority() const { return setup_priority::DATA; }
|
||||
//float AXP2101Component::get_setup_priority() const { return setup_priority::DATA; }
|
||||
|
||||
void AXP2101Component::update() {
|
||||
#if 0
|
||||
|
||||
@@ -42,7 +42,7 @@ public:
|
||||
// (In most use cases you won't need these)
|
||||
void setup() override;
|
||||
void dump_config() override;
|
||||
float get_setup_priority() const override;
|
||||
//float get_setup_priority() const override;
|
||||
void update() override;
|
||||
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user