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 deee261 commit 6fde1eeCopy full SHA for 6fde1ee
.github/workflows/compile-sketches.yaml
@@ -28,7 +28,7 @@ jobs:
28
platforms: | # ESP32公式のpackage indexを使用する
29
- name: esp32:esp32
30
source-url: https://raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_index.json
31
- version: 2.0.17
+ 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: | # 警告がエラーとして扱われるので、対処しない警告はエラーから除外する
README.md
@@ -13,7 +13,7 @@ Pi:Co Classic3用のmicro-ROS Arduinoサンプルスケッチ集です。
13
14
## 動作環境
15
16
-- arduino-esp32 : v2.0.17
+- arduino-esp32 : v3.0.1
17
18
## サンプルスケッチについて
19
0 commit comments