@@ -19,7 +19,7 @@ lib_deps =
19
19
; ;;;;;;;;;; FunHouse / LVGL Boards uncomment these ;;;;;;;;;;;;;;
20
20
; https://github.com/adafruit/Adafruit_HX8357_Library.git
21
21
; https://github.com/adafruit/Adafruit_ILI9341.git
22
- ; https://github.com/adafruit/Adafruit_STMPE610.git
22
+ ; https://github.com/adafruit/Adafruit_STMPE610.git
23
23
; https://github.com/adafruit/Adafruit-ST7735-Library.git
24
24
; https://github.com/adafruit/Adafruit_TouchScreen.git
25
25
; https://github.com/brentru/lvgl.git#wippersnapper
@@ -96,7 +96,7 @@ lib_deps =
96
96
97
97
; Common build environment for ESP32 platform
98
98
[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
100
100
; This is needed for occasional new features and bug fixes
101
101
; platform = https://github.com/pioarduino/platform-espressif32#develop
102
102
lib_ignore = WiFiNINA, WiFi101, OneWire
@@ -291,7 +291,7 @@ extra_scripts = pre:rename_usb_config.py
291
291
[env:adafruit_funhouse_esp32s2_debug]
292
292
extends = common:esp32
293
293
board = adafruit_funhouse_esp32s2
294
- ; lib_extra_dirs =
294
+ ; lib_extra_dirs =
295
295
build_type = debug
296
296
build_flags =
297
297
-DARDUINO_FUNHOUSE
@@ -506,7 +506,7 @@ extends = common:rp2040
506
506
507
507
[env:raspberypi_picow_debug_port_only]
508
508
extends = common:rp2040
509
- build_flags =
509
+ build_flags =
510
510
-DUSE_TINYUSB
511
511
-DDEBUG_RP2040_PORT =Serial
512
512
@@ -558,7 +558,7 @@ platform = https://github.com/maxgerhardt/platform-raspberrypi.git#develop
558
558
platform_packages =
559
559
framework-arduinopico@https://github.com/earlephilhower/arduino-pico.git
560
560
board = rpipico2w
561
- build_flags =
561
+ build_flags =
562
562
-DWIFICC =CYW43_COUNTRY_UK
563
563
-DUSE_TINYUSB
564
564
; -DARDUINO_ARCH_RP2040
0 commit comments