Skip to content

Commit 102a28a

Browse files
committed
Release of WLED v0.13.3
1 parent cade180 commit 102a28a

File tree

8 files changed

+18
-12
lines changed

8 files changed

+18
-12
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
## WLED changelog
22

3+
### WLED release 0.13.3
4+
5+
- Version bump to v0.13.3 "Toki"
6+
- Disable ESP watchdog by default (fixes flickering and boot issues on a fresh install)
7+
- Added support for LPD6803
8+
39
### WLED release 0.13.2
410

511
#### Build 2208140

package-lock.json

Lines changed: 1 addition & 1 deletion
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.13.2",
3+
"version": "0.13.3",
44
"description": "Tools for WLED project",
55
"main": "tools/cdata.js",
66
"directories": {

platformio.ini

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@ board = esp32dev
325325
platform = ${esp32.platform}
326326
platform_packages = ${esp32.platform_packages}
327327
build_unflags = ${common.build_unflags}
328-
build_flags = ${common.build_flags_esp32} -D WLED_RELEASE_NAME=ESP32 -D WLED_WATCHDOG_TIMEOUT=0 #-D WLED_DISABLE_BLYNK #-D WLED_DISABLE_BROWNOUT_DET
328+
build_flags = ${common.build_flags_esp32} -D WLED_RELEASE_NAME=ESP32 #-D WLED_DISABLE_BLYNK #-D WLED_DISABLE_BROWNOUT_DET
329329
lib_deps = ${esp32.lib_deps}
330330
monitor_filters = esp32_exception_decoder
331331
board_build.partitions = ${esp32.default_partitions}
@@ -335,7 +335,7 @@ board = esp32dev
335335
platform = ${esp32.platform}
336336
platform_packages = ${esp32.platform_packages}
337337
build_unflags = ${common.build_unflags}
338-
build_flags = ${common.build_flags_esp32} -D WLED_RELEASE_NAME=ESP32 -D WLED_WATCHDOG_TIMEOUT=0 #-D WLED_DISABLE_BLYNK #-D WLED_DISABLE_BROWNOUT_DET
338+
build_flags = ${common.build_flags_esp32} -D WLED_RELEASE_NAME=ESP32_qio80 #-D WLED_DISABLE_BLYNK #-D WLED_DISABLE_BROWNOUT_DET
339339
lib_deps = ${esp32.lib_deps}
340340
monitor_filters = esp32_exception_decoder
341341
board_build.partitions = ${esp32.default_partitions}
@@ -348,7 +348,7 @@ platform = ${esp32.platform}
348348
platform_packages = ${esp32.platform_packages}
349349
upload_speed = 921600
350350
build_unflags = ${common.build_unflags}
351-
build_flags = ${common.build_flags_esp32} -D WLED_RELEASE_NAME=ESP32_Ethernet -D RLYPIN=-1 -D WLED_USE_ETHERNET -D BTNPIN=-1 -D WLED_DISABLE_BLYNK -D WLED_WATCHDOG_TIMEOUT=0
351+
build_flags = ${common.build_flags_esp32} -D WLED_RELEASE_NAME=ESP32_Ethernet -D RLYPIN=-1 -D WLED_USE_ETHERNET -D BTNPIN=-1 -D WLED_DISABLE_BLYNK
352352
lib_deps = ${esp32.lib_deps}
353353
board_build.partitions = ${esp32.default_partitions}
354354

wled00/html_other.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ function B(){window.history.back()}function U(){document.getElementById("uf").st
4242
.bt{background:#333;color:#fff;font-family:Verdana,sans-serif;border:.3ch solid #333;display:inline-block;font-size:20px;margin:8px;margin-top:12px}input[type=file]{font-size:16px}body{font-family:Verdana,sans-serif;text-align:center;background:#222;color:#fff;line-height:200%}#msg{display:none}
4343
</style></head><body><h2>WLED Software Update</h2><form method="POST"
4444
action="/update" id="uf" enctype="multipart/form-data" onsubmit="U()">
45-
Installed version: 0.13.2<br>Download the latest binary: <a
45+
Installed version: 0.13.3<br>Download the latest binary: <a
4646
href="https://github.com/Aircoookie/WLED/releases" target="_blank"><img
4747
src="https://img.shields.io/github/release/Aircoookie/WLED.svg?style=flat-square">
4848
</a><br><input type="file" class="bt" name="update" required><br><input

wled00/html_settings.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -453,7 +453,7 @@ onclick='uploadFile(d.Sf.data2,"/cfg.json")'><br></div><div style="color:#fa0">
453453
Incorrect configuration may require a factory reset or re-flashing of your ESP.
454454
</div>For security reasons, passwords are not backed up.<h3>About</h3><a
455455
href="https://github.com/Aircoookie/WLED/" target="_blank">WLED</a>
456-
version 0.13.2<br><br><a
456+
version 0.13.3<br><br><a
457457
href="https://github.com/Aircoookie/WLED/wiki/Contributors-and-credits"
458458
target="_blank">Contributors, dependencies and special thanks</a><br>
459459
A huge thank you to everyone who helped me create WLED!<br><br>

wled00/improv.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ void sendImprovInfoResponse() {
189189
out[11] = 4; //Firmware len ("WLED")
190190
out[12] = 'W'; out[13] = 'L'; out[14] = 'E'; out[15] = 'D';
191191
uint8_t lengthSum = 17;
192-
uint8_t vlen = sprintf_P(out+lengthSum,PSTR("0.13.2/%i"),VERSION);
192+
uint8_t vlen = sprintf_P(out+lengthSum,PSTR("0.13.3/%i"),VERSION);
193193
out[16] = vlen; lengthSum += vlen;
194194
uint8_t hlen = 7;
195195
#ifdef ESP8266

wled00/wled.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
/*
44
Main sketch, global variable declarations
55
@title WLED project sketch
6-
@version 0.13.2
6+
@version 0.13.3
77
@author Christian Schwinne
88
*/
99

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

1313
//uncomment this if you have a "my_config.h" file you'd like to use
1414
//#define WLED_USE_MY_CONFIG
@@ -51,8 +51,8 @@
5151

5252
#ifndef WLED_WATCHDOG_TIMEOUT
5353
// 3 seconds should be enough to detect a lockup
54-
// define WLED_WATCHDOG_TIMEOUT=0 to disable watchdog
55-
#define WLED_WATCHDOG_TIMEOUT 3
54+
// define WLED_WATCHDOG_TIMEOUT=0 to disable watchdog, default
55+
#define WLED_WATCHDOG_TIMEOUT 0
5656
#endif
5757

5858
//optionally disable brownout detector on ESP32.

0 commit comments

Comments
 (0)