Skip to content

Commit

Permalink
switch to IDF 5.3 core
Browse files Browse the repository at this point in the history
  • Loading branch information
vortigont committed Nov 8, 2024
1 parent 910457b commit fde7721
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ src_build_unflags =
-std=gnu++11
lib_deps =
vortigont/pzem-edl @ ~1.2
vortigont/EmbUI @ ~4.0.2
; https://github.com/vortigont/EmbUI.git#v3.1
https://github.com/vortigont/EmbUI.git#idf5.3
; vortigont/EmbUI @ ~4.0.2
lib_ignore =
ESPAsyncTCP
monitor_speed = 115200
Expand Down Expand Up @@ -53,11 +53,12 @@ all_serial1 =

[esp32_base]
extends = common
; Tasmota's platform, 2024.11.30 Tasmota Arduino Core 3.1.0.241030 based on IDF 5.3.1+
platform = https://github.com/tasmota/platform-espressif32/releases/download/2024.11.30/platform-espressif32.zip
; Tasmota's platform, based on Arduino Core v3.0.4
platform = https://github.com/tasmota/platform-espressif32/releases/download/2024.08.11/platform-espressif32.zip
;platform = https://github.com/tasmota/platform-espressif32/releases/download/2024.08.11/platform-espressif32.zip
;platform = espressif32 @ 6.9.0
board = wemos_d1_mini32
;upload_speed = 460800
monitor_filters = esp32_exception_decoder
;build_flags =

Expand Down

0 comments on commit fde7721

Please sign in to comment.