Skip to content

Commit f5d75dc

Browse files
committed
Arduino-ESP32 3.2.0 IDF 5.4
1 parent 3fa0d82 commit f5d75dc

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

platformio.ini

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ lib_deps =
1919
;;;;;;;;;;; FunHouse / LVGL Boards uncomment these ;;;;;;;;;;;;;;
2020
; https://github.com/adafruit/Adafruit_HX8357_Library.git
2121
; https://github.com/adafruit/Adafruit_ILI9341.git
22-
; https://github.com/adafruit/Adafruit_STMPE610.git
22+
; https://github.com/adafruit/Adafruit_STMPE610.git
2323
; https://github.com/adafruit/Adafruit-ST7735-Library.git
2424
; https://github.com/adafruit/Adafruit_TouchScreen.git
2525
; https://github.com/brentru/lvgl.git#wippersnapper
@@ -96,7 +96,7 @@ lib_deps =
9696

9797
; Common build environment for ESP32 platform
9898
[common:esp32]
99-
platform = https://github.com/pioarduino/platform-espressif32/releases/download/53.03.13/platform-espressif32.zip
99+
platform = https://github.com/pioarduino/platform-espressif32/releases/download/54.03.20/platform-espressif32.zip
100100
; This is needed for occasional new features and bug fixes
101101
; platform = https://github.com/pioarduino/platform-espressif32#develop
102102
lib_ignore = WiFiNINA, WiFi101, OneWire
@@ -291,7 +291,7 @@ extra_scripts = pre:rename_usb_config.py
291291
[env:adafruit_funhouse_esp32s2_debug]
292292
extends = common:esp32
293293
board = adafruit_funhouse_esp32s2
294-
;lib_extra_dirs =
294+
;lib_extra_dirs =
295295
build_type = debug
296296
build_flags =
297297
-DARDUINO_FUNHOUSE
@@ -506,7 +506,7 @@ extends = common:rp2040
506506

507507
[env:raspberypi_picow_debug_port_only]
508508
extends = common:rp2040
509-
build_flags =
509+
build_flags =
510510
-DUSE_TINYUSB
511511
-DDEBUG_RP2040_PORT=Serial
512512

@@ -558,7 +558,7 @@ platform = https://github.com/maxgerhardt/platform-raspberrypi.git#develop
558558
platform_packages =
559559
framework-arduinopico@https://github.com/earlephilhower/arduino-pico.git
560560
board = rpipico2w
561-
build_flags =
561+
build_flags =
562562
-DWIFICC=CYW43_COUNTRY_UK
563563
-DUSE_TINYUSB
564564
; -DARDUINO_ARCH_RP2040

0 commit comments

Comments
 (0)