File tree 1 file changed +12
-12
lines changed
1 file changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -3,19 +3,19 @@ platform = espressif32
3
3
board = ESP-LCD
4
4
framework = arduino
5
5
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
8
8
upload_speed = 921600
9
9
monitor_speed = 115200
10
10
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
18
18
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
You can’t perform that action at this time.
0 commit comments