Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: oldheating gps motorhome heating
Diff: net/http-net-html.c
- Revision:
- 39:04f4080eee71
- Parent:
- 30:6a08abbe6301
- Child:
- 41:b62b2b46f530
diff -r 6e1d2413df9b -r 04f4080eee71 net/http-net-html.c
--- a/net/http-net-html.c Tue Jan 22 15:40:38 2019 +0000
+++ b/net/http-net-html.c Fri Jan 25 17:38:24 2019 +0000
@@ -30,10 +30,10 @@
PageAddLabelledIp4 ("IP4 address", WIDTH, DhcpLocalIp);
PageAddLabelledValue("Domain", WIDTH, DhcpDomainName);
PageAddLabelledValue("Host name", WIDTH, DhcpHostName);
- PageAddLabelledIp4 ("NTP server", WIDTH, DhcpNtp);
- PageAddLabelledIp4 ("DNS server", WIDTH, DhcpDnsServer);
- PageAddLabelledIp4 ("DHCP server", WIDTH, DhcpServer);
- PageAddLabelledIp4 ("Router", WIDTH, DhcpRouter);
+ PageAddLabelledIp4 ("NTP server", WIDTH, DhcpNtpIp);
+ PageAddLabelledIp4 ("DNS server", WIDTH, DhcpDnsServerIp);
+ PageAddLabelledIp4 ("DHCP server", WIDTH, DhcpServerIp);
+ PageAddLabelledIp4 ("Router", WIDTH, DhcpRouterIp);
PageAddLabelledIp4 ("Subnet mask", WIDTH, DhcpSubnetMask);
PageAddLabelledIp4 ("Broadcast IP", WIDTH, DhcpBroadcastIp);
PageAddLabelledInt ("Lease time IP", WIDTH, DhcpLeaseTime);