Skip to content

Commit 226ad68

Browse files
author
Shota Aoki
authored
Update CI to build with arduino-esp32 v3.0.1 (#22)
* Update CI to build with arduino-esp32 v3.0.1 * Remove compiler flag
1 parent deee261 commit 226ad68

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

.github/workflows/compile-sketches.yaml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,9 @@ jobs:
2828
platforms: | # ESP32公式のpackage indexを使用する
2929
- name: esp32:esp32
3030
source-url: https://raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_index.json
31-
version: 2.0.17
31+
version: 3.0.1
3232
libraries: | # RTがカスタマイズしたmicro_ros_arduinoライブラリを使用する
3333
- 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側のエラーを防ぐ
3834
sketch-paths: |
3935
- uROS_STEP1_LED
4036
- uROS_STEP2_SWITCH

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Pi:Co Classic3用のmicro-ROS Arduinoサンプルスケッチ集です。
1313

1414
## 動作環境
1515

16-
- arduino-esp32 : v2.0.17
16+
- arduino-esp32 : v3.0.1
1717

1818
## サンプルスケッチについて
1919

0 commit comments

Comments
 (0)