diff --git a/src/Power.cpp b/src/Power.cpp index 434f226c7..522cf774f 100644 --- a/src/Power.cpp +++ b/src/Power.cpp @@ -1346,7 +1346,7 @@ class LipoCharger : public HasBatteryLevel /** * return true if there is an external power source detected */ - virtual bool isVbusIn() override { return ppm->isVbusIn(); } + virtual bool isVbusIn() override { return ppm->getVbusVoltage() > 0; } /** * return true if the battery is currently charging