mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-07-22 17:29:18 +02:00
dodane logi
This commit is contained in:
@@ -204,8 +204,11 @@ bool TMWDComm::Run() // wywoływanie obsługi MWD + generacja większego opóźn
|
|||||||
if (!(MWDTime % Global::iMWDdivider))
|
if (!(MWDTime % Global::iMWDdivider))
|
||||||
{
|
{
|
||||||
MWDTime = 0;
|
MWDTime = 0;
|
||||||
|
if (Global::bMWDdebugEnable && Global::iMWDDebugMode == 128) WriteLog("Sending data...");
|
||||||
SendData();
|
SendData();
|
||||||
|
if (Global::bMWDdebugEnable && Global::iMWDDebugMode == 128) WriteLog(" complet!\nReceiving data...");
|
||||||
ReadData();
|
ReadData();
|
||||||
|
if (Global::bMWDdebugEnable && Global::iMWDDebugMode == 128) WriteLog(" complet!");
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user