Skip to content

Commit f4e17cb

Browse files
committed
Testing v4.4.7 Tasmota and v4.4.7 regular libs
1 parent fdd1217 commit f4e17cb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

platformio.ini

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ lib_deps =
265265
https://github.com/Aircoookie/ESPAsyncWebServer.git#v2.4.2
266266
bitbank2/AnimatedGIF@^1.4.7
267267
https://github.com/Aircoookie/GifDecoder.git#bc3af189b6b1e06946569f6b4287f0b79a860f8e
268-
https://github.com/troyhacks/ETHClass2.git#efcbb58c6bdfcf057ec8f36f1704f34bcd722a81
268+
https://github.com/troyhacks/ETHClass2.git#3be52a82595a96bd923df27f1ef9faada3ed4513
269269
#For use of the TTGO T-Display ESP32 Module with integrated TFT display uncomment the following line
270270
#TFT_eSPI
271271
#For compatible OLED display uncomment following
@@ -416,7 +416,7 @@ board_build.flash_mode = dio
416416
;; WLEDMM begin
417417

418418
;; tasmota platform - reduces firmaware size by ~280KB
419-
platformTasmota = 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
419+
platformTasmota = https://github.com/tasmota/platform-espressif32/releases/download/2024.04.00/platform-espressif32.zip ;; Tasmota Arduino Core 2.0.9 with IPv6 support, based on IDF 4.4.4
420420
platform_packagesTasmota =
421421

422422
;; ** For compiling with latest Frameworks (IDF4.4.x and arduino-esp32 v2.0.x) **
@@ -425,8 +425,8 @@ platformV4_pre = espressif32@5.2.0
425425
platformV4_packages_pre =
426426
toolchain-riscv32-esp @ 8.4.0+2021r2-patch5 ; required for platform version < 5.3.0, remove this line when upgrading to platform >=5.3.0
427427
;;; standard V4 platform
428-
platformV4 = espressif32@ ~6.3.2
429-
platformV4_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)
428+
platformV4 = espressif32@ ~6.12.0
429+
platformV4_packages = platformio/framework-arduinoespressif32 @ 3.20017.241212+sha.dcc1105b ;; select arduino-esp32 v2.0.9 (arduino-esp32 2.0.10 thru 2.0.14 are buggy so avoid them)
430430

431431
;;; experimental: latest V4 platform with latest arduino-esp32 2.0.14 + ESP-IDF 4.4.6 (may or may not work)
432432
platformV4_xp = espressif32@ ~6.5.0

0 commit comments

Comments
 (0)