Merge branch 'develop' into multi-message-Storage

This commit is contained in:
Jason P
2025-11-28 18:50:03 -06:00
committed by GitHub

View File

@@ -1456,7 +1456,7 @@ class LipoCharger : public HasBatteryLevel
/** /**
* return true if there is an external power source detected * return true if there is an external power source detected
*/ */
virtual bool isVbusIn() override { return PPM->getVbusVoltage() > 0; } virtual bool isVbusIn() override { return PPM->isVbusIn(); }
/** /**
* return true if the battery is currently charging * return true if the battery is currently charging