File tree Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change 28
28
platforms : | # ESP32公式のpackage indexを使用する
29
29
- name: esp32:esp32
30
30
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
32
32
libraries : | # RTがカスタマイズしたmicro_ros_arduinoライブラリを使用する
33
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
34
sketch-paths : |
39
35
- uROS_STEP1_LED
40
36
- uROS_STEP2_SWITCH
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ Pi:Co Classic3用のmicro-ROS Arduinoサンプルスケッチ集です。
13
13
14
14
## 動作環境
15
15
16
- - arduino-esp32 : v2 .0.17
16
+ - arduino-esp32 : v3 .0.1
17
17
18
18
## サンプルスケッチについて
19
19
You can’t perform that action at this time.
0 commit comments