16
0
mirror of https://github.com/MaSzyna-EU07/maszyna.git synced 2026-07-20 06:49:19 +02:00

springbrakeactive on uart

This commit is contained in:
milek7
2019-09-07 15:49:33 +02:00
parent c344f5cfc2
commit 7fd594ce51
3 changed files with 5 additions and 2 deletions

View File

@@ -616,7 +616,8 @@ TTrain::get_state() const {
{ fHCurrent[ ( mvControlled->TrainType & dt_EZT ) ? 0 : 1 ], fHCurrent[ 2 ], fHCurrent[ 3 ] },
ggLVoltage.GetValue(),
mvOccupied->DistCounter,
iRadioChannel
iRadioChannel,
btLampkaSpringBrakeActive.GetValue()
};
}