A GPS disciplined clock

Dependencies:   net lpc1768 crypto clock web log

Committer:
andrewboyson
Date:
Thu Oct 10 19:09:48 2019 +0000
Revision:
75:0ed9157d3bb3
Parent:
59:d2d25c2265f8
Updated libraries

Who changed what in which revision?

UserRevisionLine numberNew contents of line
andrewboyson 57:2d54e570de60 1 #include "web-add.h"
andrewboyson 59:d2d25c2265f8 2 #include "web-nav-this.h"
andrewboyson 57:2d54e570de60 3
andrewboyson 59:d2d25c2265f8 4 void WebNavThis(int page)
andrewboyson 57:2d54e570de60 5 {
andrewboyson 57:2d54e570de60 6 WebAddNavItem(page == HOME_PAGE, "/", "Home");
andrewboyson 57:2d54e570de60 7 WebAddNavItem(page == NMEA_PAGE, "/nmea", "Nmea");
andrewboyson 57:2d54e570de60 8 }