Skip to content

Commit

Permalink
back to arduino core 2.xx
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelDvP committed Jun 19, 2024
1 parent 644a694 commit b175026
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ unbuild_flags =
${common.core_unbuild_flags}

[espressi32_base]
platform = espressif32
platform = espressif32@6.7.0
framework = arduino
board_build.filesystem = littlefs
build_flags =
Expand All @@ -51,9 +51,9 @@ extra_scripts =
[espressi32_base_tasmota]
; use Tasmota's library which removes some unused libs (like mbedtsl, so no WiFi_secure.h) and increases available heap
; Tasmota Arduino Core 2.0.17 with IPv6 support, based on IDF 4.4.7
; platform = https://github.com/tasmota/platform-espressif32/releases/download/2024.05.00/platform-espressif32.zip
platform = https://github.com/tasmota/platform-espressif32/releases/download/2024.05.00/platform-espressif32.zip
; Tasmota Arduino Core 3.0.1.240605 based on IDF v5.1.4.240602
platform = https://github.com/tasmota/platform-espressif32/releases/download/2024.06.10/platform-espressif32.zip
; platform = https://github.com/tasmota/platform-espressif32/releases/download/2024.06.10/platform-espressif32.zip
framework = arduino
board_build.filesystem = littlefs
build_flags =
Expand Down

0 comments on commit b175026

Please sign in to comment.