A GPS disciplined clock

Dependencies:   net lpc1768 crypto clock web log

Committer:
andrewboyson
Date:
Fri Apr 03 08:15:37 2020 +0000
Revision:
93:2cce06dd2bcc
Parent:
59:d2d25c2265f8
Increased NMEA confidence delay from 10 to 20 minutes after an incident where it took 13 minutes to settle.

Who changed what in which revision?

UserRevisionLine numberNew contents of line
andrewboyson 55:a1bd0572c8b6 1 extern void WebNmeaHtml (void);
andrewboyson 55:a1bd0572c8b6 2 extern void WebNmeaAjax (void);
andrewboyson 55:a1bd0572c8b6 3 extern void WebNmeaScript(void);
andrewboyson 55:a1bd0572c8b6 4 extern const char* WebNmeaScriptDate;
andrewboyson 55:a1bd0572c8b6 5 extern const char* WebNmeaScriptTime;
andrewboyson 55:a1bd0572c8b6 6 extern void WebNmeaQuery (char* pQuery);
andrewboyson 27:eb5728b9052b 7
andrewboyson 55:a1bd0572c8b6 8 extern void WebHomeHtml (void);
andrewboyson 55:a1bd0572c8b6 9 extern void WebHomeAjax (void);
andrewboyson 55:a1bd0572c8b6 10 extern void WebHomeScript(void);
andrewboyson 55:a1bd0572c8b6 11 extern const char* WebHomeScriptDate;
andrewboyson 55:a1bd0572c8b6 12 extern const char* WebHomeScriptTime;
andrewboyson 55:a1bd0572c8b6 13 extern void WebHomeQuery (char* pQuery);