-
Notifications
You must be signed in to change notification settings - Fork 48
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'esp32-3.0.0' into vscode
- Loading branch information
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |