summaryrefslogtreecommitdiff
path: root/battery.cpp
diff options
context:
space:
mode:
authorJoshua Drake <joshua.ellis.drake@gmail.com>2022-11-19 04:04:00 -0600
committerJoshua Drake <joshua.ellis.drake@gmail.com>2022-11-19 04:04:00 -0600
commit1321168cb22a76df96d747194fcb91863e4e0659 (patch)
tree772cc08ae6c85bd1a8b527509c3dd88bcc5600dc /battery.cpp
parent1ed60cd00cd9fdcc45dab1f81e00dd723858a430 (diff)
Added Wire Class. Program now has some functionality!
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),