diff --git a/CHANGELOG.md b/CHANGELOG.md index 57de10cd6..fb7e6b1eb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,14 @@ ## WLED changelog -### Builds after release 0.12.0 +### WLED release 0.13.0 + +#### Build 2203142 + +- Release of WLED v0.13.0 "Toki" +- Reduce APA102 hardware SPI frequency to 5Mhz +- Remove `persistent` parameter in `savePreset()` + +### Builds between releases 0.12.0 and 0.13.0 #### Build 2203140 diff --git a/package-lock.json b/package-lock.json index 8f4014f74..8f2939a40 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "wled", - "version": "0.13.0-b7", + "version": "0.13.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index cc8b38b2e..da6f5a3b0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "wled", - "version": "0.13.0-b7", + "version": "0.13.0", "description": "Tools for WLED project", "main": "tools/cdata.js", "directories": { diff --git a/platformio.ini b/platformio.ini index 3fba49984..9fa95e4ad 100644 --- a/platformio.ini +++ b/platformio.ini @@ -335,7 +335,7 @@ platform = ${esp32.platform} platform_packages = ${esp32.platform_packages} upload_speed = 921600 build_unflags = ${common.build_unflags} -build_flags = ${common.build_flags_esp32} -D WLED_RELEASE_NAME=ESP32_Ethernet -D RLYPIN=-1 -D WLED_USE_ETHERNET -D BTNPIN=-1 +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 lib_deps = ${esp32.lib_deps} board_build.partitions = ${esp32.default_partitions} diff --git a/wled00/html_other.h b/wled00/html_other.h index c73e9c940..3888b1274 100644 --- a/wled00/html_other.h +++ b/wled00/html_other.h @@ -42,7 +42,7 @@ function B(){window.history.back()}function U(){document.getElementById("uf").st .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}