Skip to content

Commit

Permalink
Comments amendments
Browse files Browse the repository at this point in the history
  • Loading branch information
pstolarz committed Oct 29, 2023
1 parent eae3ddb commit 0f02169
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/arduino-ci/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,9 @@ RUN arduino-cli core install arduino:mbed_opta
RUN arduino-cli core install arduino:mbed_portenta
RUN arduino-cli core install arduino:mbed_rp2040

# install extra cores
# Install extra cores.
# NOTE: due to bug in arduino-cli the last core is installed by downloading
# the index file, see: https://github.com/arduino/arduino-cli/issues/2345
RUN arduino-cli config add board_manager.additional_urls \
https://raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_dev_index.json && \
arduino-cli config add board_manager.additional_urls \
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/arduino-builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
example:
- DallasTemperature
env:
# -c added to make buggy esp32-arduino core happy,
# NOTE: `-c' option added to make buggy esp32-arduino core happy,
# see: https://github.com/espressif/arduino-esp32/issues/8815
BUILD_FLAGS: "-c \
-DCONFIG_PWR_CTRL_ENABLED \
Expand Down

0 comments on commit 0f02169

Please sign in to comment.