File tree Expand file tree Collapse file tree 1 file changed +9
-6
lines changed Expand file tree Collapse file tree 1 file changed +9
-6
lines changed Original file line number Diff line number Diff line change @@ -29,12 +29,15 @@ jobs:
29
29
- name: esp32:esp32
30
30
source-url: https://raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_index.json
31
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
34
- # cli-compile-flags: | # 警告がエラーとして扱われるので、対処しない警告はエラーから除外する
35
- # - --build-property
36
- # - "compiler.cpp.extra_flags= \
37
- # -Wno-error=type-limits" # micro_ros_arduino側のエラーを防ぐ
32
+ libraries : | # RTがカスタマイズしたmicro_ros_arduinoライブラリを使用する
33
+ - source-url: https://github.com/rt-net/micro_ros_arduino/archive/refs/tags/esp32s3-230417.zip
34
+
35
+ # 警告がエラーとして扱われるので、対処しない警告はエラーから除外する
36
+ # type-limitsはmicro_ros_arduino側のエラーを防ぐために除外します
37
+ cli-compile-flags : |
38
+ - --build-property
39
+ - "compiler.cpp.extra_flags= \
40
+ -Wno-error=type-limits"
38
41
sketch-paths : |
39
42
- uROS_STEP1_LED
40
43
- uROS_STEP2_SWITCH
You can’t perform that action at this time.
0 commit comments