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 6fde1ee commit f7f8d8bCopy full SHA for f7f8d8b
.github/workflows/compile-sketches.yaml
@@ -31,10 +31,6 @@ jobs:
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側のエラーを防ぐ
38
sketch-paths: |
39
- uROS_STEP1_LED
40
- uROS_STEP2_SWITCH
0 commit comments