mirror of
https://github.com/meshtastic/firmware.git
synced 2025-09-08 04:28:47 +00:00
Update Power.cpp
fix disabled case
This commit is contained in:
parent
12cd9e1720
commit
06ebcf0ffc
@ -425,8 +425,8 @@ class AnalogBatteryLevel : public HasBatteryLevel
|
||||
return getINACurrent() < 0;
|
||||
#endif
|
||||
}
|
||||
return isBatteryConnect() && isVbusIn();
|
||||
#endif
|
||||
return isBatteryConnect() && isVbusIn();
|
||||
#endif
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user