We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ba70dc commit aefd6dcCopy full SHA for aefd6dc
Makefile
@@ -14,10 +14,10 @@ monitor:
14
arduino-cli monitor -p "$(PORT)" -c baudrate=115200
15
16
dependencies:
17
- arduino-cli core update-index
18
- arduino-cli core install esp32:esp32
+ arduino-cli core update-index --config-file arduino-cli.yaml
+ arduino-cli core install esp32:esp32@2.0.7 --config-file arduino-cli.yaml
19
arduino-cli lib install "Bolder Flight Systems SBUS"@1.0.1
20
- arduino-cli lib install --git-url https://github.com/okalachev/MPU9250.git
+ arduino-cli lib install --git-url https://github.com/okalachev/MPU9250.git --config-file arduino-cli.yaml
21
22
gazebo/build cmake: gazebo/CMakeLists.txt
23
mkdir -p gazebo/build
0 commit comments