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: base/net/web-net6-html.c
- Revision:
- 146:6bc151bd7063
- Parent:
- 144:7106252b7abf
--- a/base/net/web-net6-html.c Sun Dec 27 16:18:19 2020 +0000 +++ b/base/net/web-net6-html.c Mon Jan 04 16:09:03 2021 +0000 @@ -11,6 +11,9 @@ WebAddH2("NDP - Neighbour Advertisement"); HttpAddText("<code id='ajax-arp'></code>\r\n"); + HttpAddText("<div class='line'>\r\n"); + HttpAddText("<button onclick = 'Net.clearVendorsFromLocalStorage()'>Clear vendors</button>\r\n"); + HttpAddText("</div>\r\n"); WebAddH2("Link local"); WebAddAjaxLabelled("SLAAC", "ajax-slaac");