X10 Server - IOT device to leverage a collection of old X10 devices for home automation and lighting control.

Dependencies:   IniManager mbed HTTPClient SWUpdate mbed-rtos Watchdog X10 SW_HTTPServer SW_String EthernetInterface TimeInterface SSDP

X10 Server

See the X10 Server Nodebook page

Revision:
6:80a97f156128
Parent:
5:6244e237def1
Child:
7:16129d213e6a
--- a/main.cpp	Sat Sep 01 01:05:57 2018 +0000
+++ b/main.cpp	Sat Sep 01 01:46:33 2018 +0000
@@ -95,6 +95,7 @@
                         lcd.SetTextFontSize(2);
                         lcd.SetTextCursor(20,120);
                         lcd.printf("%s", ntp.ctime(&tNow));
+                        lcd.SetTextFontSize(0);
 #endif
                         pc.printf("time is %s\r\n", ntp.ctime(&tNow));
                         tLast = tNow;
@@ -110,6 +111,7 @@
                 eth.disconnect();
             } else {
 #ifdef RA8875_H
+                lcd.cls();
                 lcd.printf("  ... failed to connect\r\n");
 #endif
                 pc.printf("  ... failed to connect.\r\n");