diff --git a/package-lock.json b/package-lock.json index b80ed0c214..a8a0d89878 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "wled", - "version": "0.15.1", + "version": "0.15.2-beta2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "wled", - "version": "0.15.1", + "version": "0.15.2-beta2", "license": "ISC", "dependencies": { "clean-css": "^5.3.3", diff --git a/platformio.ini b/platformio.ini index 8bb38fece3..a34172df1e 100644 --- a/platformio.ini +++ b/platformio.ini @@ -273,8 +273,8 @@ board_build.partitions = ${esp32.default_partitions} ;; default partioning for ;; ;; please note that you can NOT update existing ESP32 installs with a "V4" build. Also updating by OTA will not work properly. ;; You need to completely erase your device (esptool erase_flash) first, then install the "V4" build from VSCode+platformio. -platform = espressif32@ ~6.3.2 -platform_packages = platformio/framework-arduinoespressif32 @ 3.20009.0 ;; select arduino-esp32 v2.0.9 (arduino-esp32 2.0.10 thru 2.0.14 are buggy so avoid them) +platform = https://github.com/tasmota/platform-espressif32/releases/download/2023.06.02/platform-espressif32.zip ;; Tasmota Arduino Core 2.0.9 with IPv6 support, based on IDF 4.4.4 +platform_packages = build_unflags = ${common.build_unflags} build_flags = -g -Wshadow=compatible-local ;; emit warning in case a local variable "shadows" another local one @@ -449,6 +449,8 @@ lib_deps = ${esp32_idf_V4.lib_deps} ${esp32.AR_lib_deps} monitor_filters = esp32_exception_decoder board_build.partitions = ${esp32.default_partitions} +board_build.flash_mode = dio +upload_speed = 921600 [env:esp32dev_8M] board = esp32dev diff --git a/wled00/data/update.htm b/wled00/data/update.htm index 267f2b63bc..3d924d9f0f 100644 --- a/wled00/data/update.htm +++ b/wled00/data/update.htm @@ -5,7 +5,7 @@