Andrew Boyson / Mbed 2 deprecated heating

Dependencies:   1-wire clock crypto fram log lpc1768 net web wiz mbed

Revision:
4:d98e267bbd8d
Parent:
3:f1464bf461c1
--- a/main/main.c	Thu May 13 16:49:56 2021 +0000
+++ b/main/main.c	Thu May 13 19:09:54 2021 +0000
@@ -25,7 +25,7 @@
             Lpc1768Init();
                 ClkInit();
                 LogInit(ClkNowTmUtc, 115200);
-    if (   SettingsInit()) goto end; //Fram is initialised here
+    if (   SettingsInit()) goto end; //Uses log. Fram is initialised here
              CryptoInit();           //Uses log
                 NetInit();
                 WebInit();