Added saving boot-battery-wh

This commit is contained in:
CommanderRedYT
2022-01-04 21:16:33 +01:00
parent a3957d0514
commit 215061d721
2 changed files with 2 additions and 0 deletions

View File

@ -197,4 +197,5 @@ std::string getBatteryDebugString()
namespace battery {
std::optional<float> bootBatPercentage;
std::optional<float> bootBatWh;
}

View File

@ -35,4 +35,5 @@ float getTarget_mAh();
namespace battery {
extern std::optional<float> bootBatPercentage;
extern std::optional<float> bootBatWh;
}