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 169d4c3 commit 6207bc0Copy full SHA for 6207bc0
.github/workflows/compile-sketches.yaml
@@ -29,8 +29,8 @@ jobs:
29
- name: esp32:esp32
30
source-url: https://raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_index.json
31
version: 3.0.1
32
- libraries: | # RTがカスタマイズしたmicro_ros_arduinoライブラリを使用する
33
- - source-url: https://github.com/rt-net/micro_ros_arduino/archive/refs/tags/esp32s3-230417.zip
+ # libraries: | # RTがカスタマイズしたmicro_ros_arduinoライブラリを使用する
+ # - source-url: https://github.com/rt-net/micro_ros_arduino/archive/refs/tags/esp32s3-230417.zip
34
cli-compile-flags: | # 警告がエラーとして扱われるので、対処しない警告はエラーから除外する
35
- --build-property
36
- "compiler.cpp.extra_flags= \
0 commit comments