cleanup and clarifications

This commit is contained in:
Frank
2023-07-26 12:42:00 +02:00
parent c728a511ce
commit aff0e59ff0
4 changed files with 4 additions and 4 deletions

2
package-lock.json generated
View File

@@ -7,7 +7,7 @@
"": {
"name": "wled",
"version": "0.14.0-b25.29",
"license": "ISC",
"license": "GPL-3.0-or-later",
"dependencies": {
"clean-css": "^4.2.3",
"html-minifier-terser": "^5.1.1",

View File

@@ -16,7 +16,7 @@
"url": "git+https://github.com/MoonModules/WLED.git"
},
"author": "",
"license": "ISC",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/MoonModules/WLED/issues"
},

View File

@@ -121,7 +121,7 @@
fork of <a href="https://github.com/Aircoookie/WLED/" target="_blank">WLED:</a><br>
<a href="https://github.com/Aircoookie/WLED/wiki/Contributors-and-credits" target="_blank">Contributors, dependencies and special thanks</a><br>
A huge thank you to everyone who helped me create WLED!<br><br>
(c) 2016-2023 Christian Schwinne <br>
WLED core (c) 2016-2023 Christian Schwinne <br>
<i>Licensed under the <a href="https://github.com/Aircoookie/WLED/blob/master/LICENSE" target="_blank">MIT license</a></i><br><br>
Server message: <span class="sip"> Response error! </span><hr>
<div id="toast"></div>

View File

@@ -8,7 +8,7 @@
*/
// version code in format yymmddb (b = daily build)
#define VERSION 2307210
#define VERSION 2307260
//uncomment this if you have a "my_config.h" file you'd like to use
//#define WLED_USE_MY_CONFIG