diff --git a/.github/workflows/compile-sketches.yaml b/.github/workflows/compile-sketches.yaml index 0cdf546..183b97c 100644 --- a/.github/workflows/compile-sketches.yaml +++ b/.github/workflows/compile-sketches.yaml @@ -28,7 +28,7 @@ jobs: platforms: | # ESP32公式のpackage indexを使用する - name: esp32:esp32 source-url: https://raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_index.json - version: 2.0.17 + version: 3.0.1 sketch-paths: | - pico_v2_STEP1_LED - pico_v2_STEP2_SWITCH diff --git a/README.md b/README.md index da0a599..ec00577 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ Pi:Co V2用のArduinoサンプルスケッチ集 ## 動作環境 -- arduino-esp32 : v2.0.17 +- arduino-esp32 : v3.0.1 ## サンプルスケッチについて @@ -11,7 +11,6 @@ Pi:Co V2用のArduinoサンプルスケッチ集 - Pi:Co V2のハードウェアを動かすための、Arduinoスケッチの書き方をまとめています - ## スケッチファイルの自動整形について ソースコードのレイアウトを整えるため、各スケッチファイルにはArduino IDEの自動整形を適用しています。