Skip to content

Commit

Permalink
Update esp32 core to v2.0.17
Browse files Browse the repository at this point in the history
  • Loading branch information
lewisxhe committed May 29, 2024
1 parent 13815d4 commit 53b378c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/arduino_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
arduino-cli config init ;
arduino-cli config add board_manager.additional_urls https://espressif.github.io/arduino-esp32/package_esp32_index.json ;
arduino-cli core update-index ;
arduino-cli core install esp32:[email protected].15 ;
arduino-cli core install esp32:[email protected].17 ;
- name: Build examples
run: |
Expand Down
3 changes: 1 addition & 2 deletions platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ boards_dir = boards
[env]
lib_extra_dirs = ${PROJECT_DIR}
lib_ignore = lib_deps
platform = espressif32@6.3.0
platform = espressif32@6.7.0
framework = arduino
upload_speed = 921600
monitor_speed = 115200
Expand Down Expand Up @@ -158,7 +158,6 @@ extends = env
board = T-Display-AMOLED
build_flags =
${env.build_flags}
-DLILYGO_TDISPLAY_AMOLED_SERIES


[env:T-Display-AMOLED-191-ArduinoGFX]
Expand Down

0 comments on commit 53b378c

Please sign in to comment.