Skip to content

Commit

Permalink
Merge branch 'esp32-3.0.0' into vscode
Browse files Browse the repository at this point in the history
  • Loading branch information
okalachev committed Jun 13, 2024
2 parents aca3900 + 2721b09 commit a7d4d21
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ monitor:

dependencies .dependencies:
arduino-cli core update-index --config-file arduino-cli.yaml
arduino-cli core install esp32:[email protected]-rc3 --config-file arduino-cli.yaml
arduino-cli core install esp32:[email protected] --config-file arduino-cli.yaml
arduino-cli lib update-index
arduino-cli lib install "FlixPeriph"
arduino-cli lib install "MAVLink"@2.0.1
Expand Down
2 changes: 1 addition & 1 deletion arduino-cli.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
board_manager:
additional_urls:
- https://github.com/espressif/arduino-esp32/releases/download/3.0.0-rc3/package_esp32_dev_index.json
- https://raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_index.json

0 comments on commit a7d4d21

Please sign in to comment.