Skip to content

Commit 6fde1ee

Browse files
author
ShotaAk
committed
Update CI to build with arduino-esp32 v3.0.1
1 parent deee261 commit 6fde1ee

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/compile-sketches.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ 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
3434
cli-compile-flags: | # 警告がエラーとして扱われるので、対処しない警告はエラーから除外する

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)