A3XX: Electrical bugfix
This commit is contained in:
parent
2a89e1cdd7
commit
fc67c54d88
2 changed files with 2 additions and 2 deletions
|
@ -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();
|
||||
}
|
||||
|
||||
|
|
|
@ -1 +1 @@
|
|||
1520
|
||||
1521
|
Reference in a new issue