Skip to content

Commit

Permalink
Merge pull request #52 from youseetoo/beniroquai-patch-8
Browse files Browse the repository at this point in the history
Update build_platformio_xiao_led.yaml
  • Loading branch information
beniroquai authored Dec 17, 2024
2 parents 2ba604c + e8d88ad commit 2fce25d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build_platformio_xiao_led.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,7 @@ jobs:
dir .pio/build/seeed_xiao_esp32s3_ledservo/
mv .pio/build/seeed_xiao_esp32s3_ledservo/*.bin builds3/
cd builds3
python -m esptool --chip esp32s3 merge_bin -o seeed_xiao_esp32s3_ledservo.bin --flash_mode qio --flash_freq 40m --flash_size 4MB 0x1000 bootloader.bin 0x8000 partitions.bin 0xe000 boot_app0.bin 0x10000 firmware.bin
python -m esptool --chip ESP32-S3 merge_bin -o seeed_xiao_esp32s3_ledservo.bin --flash_mode qio --flash_size 8MB 0x0000 bootloader.bin 0x8000 partitions.bin 0xe000 boot_app0.bin 0x10000 firmware.bin
- uses: actions/upload-artifact@v3
with:
name: merged-firmware
Expand Down

0 comments on commit 2fce25d

Please sign in to comment.