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 a32a30e commit a92c8deCopy full SHA for a92c8de
.github/workflows/compile-sketches.yaml
@@ -31,12 +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
-
35
- # 警告がエラーとして扱われるので、対処しない警告はエラーから除外する
36
- # type-limitsはmicro_ros_arduino側のエラーを防ぐために除外します
37
- cli-compile-flags: |
38
- - --build-property
39
- - compiler.cpp.extra_flags=-Wno-error=type-limits
40
sketch-paths: |
41
- uROS_STEP1_LED
42
- uROS_STEP2_SWITCH
0 commit comments