Skip to content

Commit 29ee551

Browse files
committed
Swap to tasmota/platform-espressif32
1 parent 5b5e415 commit 29ee551

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

platformio.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ board_build.partitions = ${esp32.default_partitions} ;; default partioning for
273273
;;
274274
;; please note that you can NOT update existing ESP32 installs with a "V4" build. Also updating by OTA will not work properly.
275275
;; You need to completely erase your device (esptool erase_flash) first, then install the "V4" build from VSCode+platformio.
276-
platform = espressif32@ ~6.3.2
276+
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
277277
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)
278278
build_unflags = ${common.build_unflags}
279279
build_flags = -g
@@ -435,7 +435,7 @@ board_build.partitions = ${esp32.default_partitions}
435435
[env:esp32dev_V4]
436436
board = esp32dev
437437
platform = ${esp32_idf_V4.platform}
438-
platform_packages = ${esp32_idf_V4.platform_packages}
438+
; platform_packages = ${esp32_idf_V4.platform_packages}
439439
build_unflags = ${common.build_unflags}
440440
build_flags = ${common.build_flags} ${esp32_idf_V4.build_flags} -D WLED_RELEASE_NAME=\"ESP32_V4\" #-D WLED_DISABLE_BROWNOUT_DET
441441
${esp32.AR_build_flags}

0 commit comments

Comments
 (0)