From 4c6f971a7d69787b64e0eb2e31b398c71bbc4ef7 Mon Sep 17 00:00:00 2001 From: Charl Wentzel Date: Tue, 21 Nov 2017 11:40:30 +0200 Subject: [PATCH] Important update: - Bug fix: start/end char for Watchdog protocol --- WatchdogCore.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WatchdogCore.cpp b/WatchdogCore.cpp index a015089..346fc51 100644 --- a/WatchdogCore.cpp +++ b/WatchdogCore.cpp @@ -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