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-script.js
- Revision:
- 144:7106252b7abf
- Parent:
- 143:cc2e148cb96a
- Child:
- 145:d2bd78be00b2
--- a/base/net/web-net-script.js Sat Dec 26 19:38:40 2020 +0000
+++ b/base/net/web-net-script.js Sat Dec 26 20:02:22 2020 +0000
@@ -62,6 +62,11 @@
dns += fields[4];
dns += '\r\n';
}
+function parseDnsLines(text)
+{
+ dns = '';
+ text.split('\n').forEach(parseDnsLine);
+}
function parseGenLines(text)
{
let lines = text.split('\n');