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-net-class.inc
- Revision:
- 147:ea6f647725a1
- Parent:
- 146:6bc151bd7063
--- a/base/net/web-net-class.inc Mon Jan 04 16:09:03 2021 +0000
+++ b/base/net/web-net-class.inc Sun Jan 10 11:53:12 2021 +0000
@@ -39,6 +39,13 @@
" }\n"
" static getVendorFromLocalStorage(mac)\n"
" {\n"
+" if (mac[1] === '2' ||\n"
+" mac[1] === '6' ||\n"
+" mac[1] === 'a' ||\n"
+" mac[1] === 'A' ||\n"
+" mac[1] === 'e' ||\n"
+" mac[1] === 'E' ) return '(Locally administered)';\n"
+" \n"
" return localStorage.getItem(mac);\n"
" }\n"
" static clearVendorsFromLocalStorage()\n"