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

radiochannel in uart

This commit is contained in:
milek7
2019-09-07 14:52:54 +02:00
parent 511b96b470
commit e8675e3599
3 changed files with 7 additions and 3 deletions

View File

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