From d3624454f67e3afc026d7e16546f5549e67f6102 Mon Sep 17 00:00:00 2001 From: daniel-Jones Date: Thu, 6 Jul 2017 19:04:48 +0930 Subject: Added console based server that allows clients to connect and send commands to the microcontroller, does not require X to use, includes the IRC bot. Also included my beginning works on a c ncurses based client. --- qt/RGBController/irc.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'qt/RGBController/irc.cpp') diff --git a/qt/RGBController/irc.cpp b/qt/RGBController/irc.cpp index 3a2ac14..d87f0be 100644 --- a/qt/RGBController/irc.cpp +++ b/qt/RGBController/irc.cpp @@ -50,7 +50,7 @@ void irc::con() socket->write(buf.toUtf8()); buf = "USER " + name + " 8 * :" + name + "\r\n"; socket->write(buf.toUtf8()); - pingcheck->start(60000); + pingcheck->start(300000); } void irc::discon() -- cgit v1.2.3