Revert change to update

This commit is contained in:
Will Tatam
2024-04-03 19:02:22 +01:00
parent ebab56ada5
commit 42df965088

View File

@@ -17,8 +17,8 @@
<h2>MoonMod WLED Software Update</h2>
<form method='POST' action='/update' id='uf' enctype='multipart/form-data' onsubmit="U()">
<span class="sip">##VERSION##</span><br> <!--WLEDMM: show bin name-->
Download the latest release: <a href="https://github.com/netmindz/WLED/releases" target="_blank">
<img src="https://img.shields.io/github/release/netmindz/WLED.svg?style=flat-square"></a><br>
Download the latest release: <a href="https://github.com/MoonModules/WLED/releases" target="_blank">
<img src="https://img.shields.io/github/release/MoonModules/WLED.svg?style=flat-square"></a><br>
<input type='file' name='update' required><br> <!--should have accept='.bin', but it prevents file upload from android app-->
<button type="submit">Update!</button><br>
<button type="button" onclick="B()">Back</button>