From e7bf6330101c80836a362a5f7c708ea14fb8ca07 Mon Sep 17 00:00:00 2001 From: BenDroid Date: Fri, 12 Jan 2018 23:11:00 +0100 Subject: [PATCH 1/2] Integrated config less startup with only given CCServer and token #14 Fixed time drift issues on dashboard by sending server time to dashboard and use this for comparisson --- index.html | 64 ++++++++++++++++++++++++++++------------------ src/App.cpp | 10 +++++++- src/App_unix.cpp | 10 +++++--- src/Options.cpp | 4 +-- src/cc/Service.cpp | 6 +++++ src/cc/Service.h | 2 ++ 6 files changed, 65 insertions(+), 31 deletions(-) diff --git a/index.html b/index.html index 27b1e0e4..b1d0da3c 100644 --- a/index.html +++ b/index.html @@ -11,6 +11,7 @@