Skip to content

Commit 85e5e42

Browse files
author
ShotaAk
committed
Update CI to build with arduino-esp32 v3.0.1
1 parent 1c01ecd commit 85e5e42

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/compile-sketches.yaml

+1-1
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
sketch-paths: |
3333
- pico_v2_STEP1_LED
3434
- pico_v2_STEP2_SWITCH

README.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,14 @@ Pi:Co V2用のArduinoサンプルスケッチ集
33

44
## 動作環境
55

6-
- arduino-esp32 : v2.0.17
6+
- arduino-esp32 : v3.0.1
77

88
## サンプルスケッチについて
99

1010
### STEP1 ~ STEP8
1111

1212
- Pi:Co V2のハードウェアを動かすための、Arduinoスケッチの書き方をまとめています
1313

14-
1514
## スケッチファイルの自動整形について
1615

1716
ソースコードのレイアウトを整えるため、各スケッチファイルにはArduino IDEの自動整形を適用しています。

0 commit comments

Comments
 (0)