Important update:

- Bug fix: start/end char for Watchdog protocol
This commit is contained in:
Charl Wentzel
2017-11-21 11:40:30 +02:00
parent 9f7e1b486e
commit 4c6f971a7d

View File

@@ -24,7 +24,7 @@ CWatchdogCore::CWatchdogCore( const char * pName ) :
CSelectableCore( pName, "WatchdogClient" )
{
// Create protocol
Protocol = new CLiteProtocol( 50, '\x01', '\x02', '\x00' );
Protocol = new CLiteProtocol( 50, '\x02', '\x03', '\x00' );
Protocol->CreateCommand( ProcessName, "watchdog", "ping" );
// Start timer