Added saving boot-battery-wh
This commit is contained in:
@ -197,4 +197,5 @@ std::string getBatteryDebugString()
|
|||||||
|
|
||||||
namespace battery {
|
namespace battery {
|
||||||
std::optional<float> bootBatPercentage;
|
std::optional<float> bootBatPercentage;
|
||||||
|
std::optional<float> bootBatWh;
|
||||||
}
|
}
|
||||||
|
@ -35,4 +35,5 @@ float getTarget_mAh();
|
|||||||
|
|
||||||
namespace battery {
|
namespace battery {
|
||||||
extern std::optional<float> bootBatPercentage;
|
extern std::optional<float> bootBatPercentage;
|
||||||
|
extern std::optional<float> bootBatWh;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user