Skip to content

Commit 143c6d1

Browse files
committed
release 14.7.1
1 parent 5431ab8 commit 143c6d1

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "wled",
3-
"version": "14.7.0-mdev",
3+
"version": "14.7.1",
44
"description": "Tools for WLED-MM project",
55
"main": "tools/cdata.js",
66
"directories": {

wled00/improv.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ void sendImprovInfoResponse() {
212212
bool useMdnsName = (strcmp(serverDescription, "WLED") == 0 && strlen(cmDNS) > 0);
213213
char vString[32] = { '\0' };
214214
//snprintf_P(vString, sizeof(vString)-1, PSTR("0.14.1-b34.42/%i"),VERSION); // upstream baseline
215-
snprintf_P(vString, sizeof(vString)-1, PSTR("14.7.0-mdev/%i"),VERSION); // WLEDMM version
215+
snprintf_P(vString, sizeof(vString)-1, PSTR("14.7.1/%i"),VERSION); // WLEDMM version
216216
const char *str[4] = {"WLED", vString, bString, useMdnsName ? cmDNS : serverDescription};
217217

218218
sendImprovRPCResult(ImprovRPCType::Request_Info, 4, str);

0 commit comments

Comments
 (0)