summaryrefslogtreecommitdiff
path: root/battery.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'battery.cpp')
-rw-r--r--battery.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/battery.cpp b/battery.cpp
index 5be2fc8..b38a0ac 100644
--- a/battery.cpp
+++ b/battery.cpp
@@ -1,7 +1,7 @@
#include "battery.h"
Battery::Battery() :
- activeBattery(batteries[0]),
+ activeBattery(batteries[LiionPhosphate]),
seriesCells(0),
parallelCells(0),
systemVoltage(0),