Skip to content

Commit

Permalink
Fix build file versions
Browse files Browse the repository at this point in the history
  • Loading branch information
rstrouse committed Dec 21, 2023
1 parent c0621d8 commit 76d3491
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ on: [push, pull_request]
env:
ARDUINO_BOARD_MANAGER_ADDITIONAL_URLS: "https://raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_dev_index.json"
ARDUINO_CLI_VERSION: "0.x"
ARDUINO_ESP32_VERSION: "2.0.9"
ARDUINO_JSON_VERSION: "6.21.2"
ARDUINO_ESP32_VERSION: "2.0.10"
ARDUINO_JSON_VERSION: "6.21.3"
ESPTOOL_VERSION: "4.6"
LITTLEFS_VERSION: "v2.5.1"
MKLITTLEFS_VERSION: "3.1.0"
Expand Down

0 comments on commit 76d3491

Please sign in to comment.