A GPS disciplined clock

Dependencies:   net lpc1768 crypto clock web log

Revision:
98:52506c675c82
Parent:
73:9e4842daf3ae
--- a/main/main.c	Wed May 06 18:40:02 2020 +0000
+++ b/main/main.c	Tue Dec 29 20:20:39 2020 +0000
@@ -25,7 +25,7 @@
               LogInit(ClkNowTmUtc, 115200);
               GpsInit();
            CryptoInit();           //Uses log
-              NetInit("gps", "gps");
+              NetInit();
         NtpServerName   = "GPS";
         NtpServerEnable = true;
               WebInit();