Add MTU setting in web-page

This commit is contained in:
logicog
2025-12-23 13:04:34 +01:00
parent b7cfc73752
commit 3af63af4a4
3 changed files with 32 additions and 49 deletions
-1
View File
@@ -100,7 +100,6 @@ function update() {
}
} else {
pAdvertised[n] = parseInt(p.adv, 2);
console.log("Advertised " + n + " entry " + p.adv + " is now " + pAdvertised[n]);
}
iHTML += "</table>";
tt.innerHTML = iHTML;