Merge pull request #4849 from Arcitec/0_15_x-improve-version-info
(0.15.2 backport): Make version information consistent across update interfaces
This commit is contained in:
@@ -122,7 +122,7 @@
|
||||
A huge thank you to everyone who helped me create WLED!<br><br>
|
||||
WLED core (c) 2016-2024 Christian Schwinne <br>
|
||||
<i>WLED MM Licensed under the <a href="https://github.com/MoonModules/WLED/blob/master/LICENSE" target="_blank">EUPL-1.2 license</a></i><br><br>
|
||||
Server message: <span class="sip"> Response error! </span><hr>
|
||||
Installed version: <span class="sip">WLEDMM ##VERSION##</span><hr>
|
||||
<div id="toast"></div>
|
||||
<button type="button" onclick="B()">Back</button><button type="submit">Save</button>
|
||||
</form>
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
<body onload="GetV()">
|
||||
<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-->
|
||||
Installed version: <span class="sip">WLEDMM ##VERSION##</span><br> <!--WLEDMM: show bin name-->
|
||||
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-->
|
||||
|
||||
Reference in New Issue
Block a user