From 9ff573e9fe4c40ffb342ce2b215042c39b518aeb Mon Sep 17 00:00:00 2001 From: daniel-Jones Date: Fri, 7 Apr 2017 09:17:10 +0930 Subject: Merged source into one .cpp and .h. Added serial communication from the Arduino to the host computer. Added ping/pong system to maintain a connection, once 3 failed tries have occured, the connection is force closed, this restores the ui to a desired state. A ping is sent every 60 seconds and a response is required within one second. Some debug UI additions and code is still present, to be removed. --- qt/RGBController/moc_predefs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'qt/RGBController/moc_predefs.h') diff --git a/qt/RGBController/moc_predefs.h b/qt/RGBController/moc_predefs.h index 68884ac..f7a843b 100644 --- a/qt/RGBController/moc_predefs.h +++ b/qt/RGBController/moc_predefs.h @@ -131,7 +131,7 @@ #define __DBL_HAS_DENORM__ 1 #define __UINT8_TYPE__ unsigned char #define __FLT_MANT_DIG__ 24 -#define __VERSION__ "6.3.1 20170109" +#define __VERSION__ "6.3.1 20170306" #define __UINT64_C(c) c ## UL #define __cpp_unicode_characters 200704 #define _STDC_PREDEF_H 1 -- cgit v1.2.3