We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c01ecd commit 85e5e42Copy full SHA for 85e5e42
.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
sketch-paths: |
33
- pico_v2_STEP1_LED
34
- pico_v2_STEP2_SWITCH
README.md
@@ -3,15 +3,14 @@ Pi:Co V2用のArduinoサンプルスケッチ集
3
4
## 動作環境
5
6
-- arduino-esp32 : v2.0.17
+- arduino-esp32 : v3.0.1
7
8
## サンプルスケッチについて
9
10
### STEP1 ~ STEP8
11
12
- Pi:Co V2のハードウェアを動かすための、Arduinoスケッチの書き方をまとめています
13
14
-
15
## スケッチファイルの自動整形について
16
17
ソースコードのレイアウトを整えるため、各スケッチファイルにはArduino IDEの自動整形を適用しています。
0 commit comments