mirror of
https://github.com/meshtastic/firmware.git
synced 2025-09-09 21:01:39 +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;
|
return getINACurrent() < 0;
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
return isBatteryConnect() && isVbusIn();
|
|
||||||
#endif
|
#endif
|
||||||
|
return isBatteryConnect() && isVbusIn();
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user