Use WLED_RELEASE_NAME to generate bin names and show the name in update

Package.json: set version to mmod numbering
platformio.ini: refactor mmod entries using extend and WLED_RELEASE_NAME
update.htm: change to installed bin
wled.h: add releaseString
xml.cpp: set bin name
This commit is contained in:
Ewoud
2022-10-28 12:25:10 +02:00
parent 306fb01991
commit 305c9c5566
9 changed files with 1809 additions and 3902 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "wled",
"version": "0.14.0-mdev",
"version": "0.14.0.1.1-mmod",
"description": "Tools for WLED project",
"main": "tools/cdata.js",
"directories": {