Skip to content

Commit 7624b76

Browse files
committed
version bump 0.14.0-b28.34
1 parent d25835c commit 7624b76

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

.github/ISSUE_TEMPLATE/bug.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ body:
4848
attributes:
4949
label: What version/release of MM WLED?
5050
description: You can find this in by going to Config -> Security & Updates -> Scroll to Bottom. Copy and paste the entire line after "Server message"
51-
placeholder: "e.g. build 2308250, WLEDMM_0.14.0-b27.31_esp32_4MB_M.bin"
51+
placeholder: "e.g. build 2312160, WLEDMM_0.14.0-b28.34_esp32_4MB_M.bin"
5252
validations:
5353
required: true
5454
- type: dropdown

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": "0.14.0-b27.33",
3+
"version": "0.14.0-b28.34",
44
"description": "Tools for WLED project",
55
"main": "tools/cdata.js",
66
"directories": {

wled00/data/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1107,7 +1107,7 @@ function ddpAll() {
11071107
callNode(lastinfo.ip, "cfg", {"hw":{"led":{"ins":ins}}}); //self
11081108
}
11091109

1110-
//curl -s -F "update=@/Users/ewoudwijma/Developer/GitHub/MoonModules/WLED/build_output/release/WLEDMM_0.14.0-b27.31_esp32_4MB_M.bin" 192.168.8.105/update >nul &
1110+
//curl -s -F "update=@/Users/ewoudwijma/Developer/GitHub/MoonModules/WLED/build_output/release/WLEDMM_0.14.0-b28.34_esp32_4MB_M.bin" 192.168.8.105/update >nul &
11111111

11121112
//WLEDMM
11131113
function SuperSync() {

wled00/improv.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ void sendImprovInfoResponse() {
210210
//Use serverDescription if it has been changed from the default "WLED", else mDNS name
211211
bool useMdnsName = (strcmp(serverDescription, "WLED") == 0 && strlen(cmDNS) > 0);
212212
char vString[32];
213-
snprintf_P(vString, sizeof(vString)-1, PSTR("0.14.0-b27.33/%i"),VERSION);
213+
snprintf_P(vString, sizeof(vString)-1, PSTR("0.14.0-b28.34/%i"),VERSION);
214214
const char *str[4] = {"WLED", vString, bString, useMdnsName ? cmDNS : serverDescription};
215215

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

wled00/wled.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*/
99

1010
// version code in format yymmddb (b = daily build)
11-
#define VERSION 2312150
11+
#define VERSION 2312160
1212

1313
//WLEDMM + Moustachauve/Wled-Native
1414
// You can define custom product info from build flags.

0 commit comments

Comments
 (0)