Skip to content

Commit 89c1394

Browse files
committed
fix(examples): update PlatformIO lib & platform URLs
Closes #144
1 parent 2fa6959 commit 89c1394

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

examples/PlatformIO/platformio.ini

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,19 @@ platform = espressif32
33
board = ESP-LCD
44
framework = arduino
55
platform_packages =
6-
platformio/framework-arduinoespressif32@https://github.com/espressif/arduino-esp32.git
7-
platformio/framework-arduinoespressif32-libs@https://github.com/espressif/esp32-arduino-libs.git#idf-release/v5.1
6+
platformio/framework-arduinoespressif32@https://github.com/espressif/arduino-esp32.git#3.0.3
7+
platformio/framework-arduinoespressif32-libs@https://github.com/esp-arduino-libs/arduino-esp32-sdk.git#high_perf/v3.0.3
88
upload_speed = 921600
99
monitor_speed = 115200
1010
build_flags =
11-
-DBOARD_HAS_PSRAM
12-
-DLV_CONF_INCLUDE_SIMPLE
13-
-DDISABLE_ALL_LIBRARY_WARNINGS
14-
-DARDUINO_USB_CDC_ON_BOOT=1
15-
-DCORE_DEBUG_LEVEL=1
16-
-DLV_LVGL_H_INCLUDE_SIMPLE
17-
-I src
11+
-DBOARD_HAS_PSRAM
12+
-DLV_CONF_INCLUDE_SIMPLE
13+
-DDISABLE_ALL_LIBRARY_WARNINGS
14+
-DARDUINO_USB_CDC_ON_BOOT=1
15+
-DCORE_DEBUG_LEVEL=1
16+
-DLV_LVGL_H_INCLUDE_SIMPLE
17+
-I src
1818
lib_deps =
19-
https://github.com/esp-arduino-libs/ESP32_Display_Panel.git
20-
https://github.com/esp-arduino-libs/ESP32_IO_Expander.git
21-
https://github.com/lvgl/lvgl.git#release/v8.3
19+
https://github.com/esp-arduino-libs/ESP32_Display_Panel.git
20+
https://github.com/esp-arduino-libs/ESP32_IO_Expander.git#v0.1.0
21+
https://github.com/lvgl/lvgl.git#release/v8.3

0 commit comments

Comments
 (0)