Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mgrouch authored Dec 24, 2024
1 parent 195d1be commit 822a7dd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ jobs:
with:
arduino-board-fqbn: m5stack:esp32:m5stack_atoms3:CDCOnBoot=cdc
arduino-platform: esp32:esp32@2.3.1
platform-url: https://m5stack.oss-cn-shenzhen.aliyuncs.com/resource/arduino/package_m5stack_index.json
#platform-url: https://m5stack.oss-cn-shenzhen.aliyuncs.com/resource/arduino/package_m5stack_index.json
platform-url: https://raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_index.json
required-libraries: M5AtomS3@1.0.0,M5Unified@0.2.2,ESP32Console@1.2.2
sketch-names: "*.ino"
sketch-names-find-start: bbn_*
Expand Down

0 comments on commit 822a7dd

Please sign in to comment.