MM Help small changes (add MPU6050)

This commit is contained in:
Ewoud
2023-03-15 20:36:31 +01:00
parent ff6d5136ac
commit 0b841c0788
3 changed files with 49 additions and 50 deletions

View File

@@ -309,8 +309,8 @@
const urlParams = new URLSearchParams(queryString);
const userMod = urlParams.get('um');
if (userMod == null) {
urows+="<h2>Usermods (Pin Manager)</h2>";
urows+="<button onclick=\"location.href=\"https://mm.kno.wled.ge/usermods/pinmanager\" type=\"button\">?</button>";
urows+="<hr><h2>Usermods (Pin Manager)</h2>";
urows+="<button onclick=\"location.href=&quot;https://mm.kno.wled.ge/usermods/pinmanager&quot;\" type=\"button\">?</button>";
urows+="<hr class=\"sml\">";
urows+="<i style=\"color:orange\">(change requires reboot!)</i>";
urows+="<hr class=\"sml\">";
@@ -370,7 +370,6 @@
<span id="lserr" style="color:red; display:none">&#9888; Could not load configuration.</span>
</div>
<!-- WLEDMM: no gpios here as it is generated -->
<hr>
<div id="um">Loading settings...</div>
<div name="errorMessage"></div>
<hr><button type="button" onclick="B()">Back</button><button type="submit">Save</button>