MM Help small changes (add MPU6050)
This commit is contained in:
@@ -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="https://mm.kno.wled.ge/usermods/pinmanager"\" 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">⚠ 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>
|
||||
|
||||
Reference in New Issue
Block a user