A3XX: Electrical bugfix

This commit is contained in:
Joshua Davidson 2017-09-21 15:38:05 -04:00
parent 2a89e1cdd7
commit fc67c54d88
2 changed files with 2 additions and 2 deletions

View file

@ -429,7 +429,7 @@ var master_elec = func {
}
if ((dc1 > 25 or dc2 > 25) and battery2_sw and !batt2_fail) {
decharge1.stop();
decharge2.stop();
charge2.start();
}

View file

@ -1 +1 @@
1520
1521