Skip to content

Commit

Permalink
renamed deflate example
Browse files Browse the repository at this point in the history
  • Loading branch information
tobozo committed Jan 8, 2025
1 parent cd2baae commit e3f5449
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ArduinoBuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,16 +27,16 @@ jobs:
- arduino-boards-fqbn: esp32:esp32:esp32:FlashMode=dio,FlashFreq=80,FlashSize=4M
platform-url: https://raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_dev_index.json
# Comma separated list of sketch names (no path required) or patterns to use in build
sketch-names: Test_tar_gz_tgz.ino,Update_from_gz_stream.ino,Unpack_tar_gz_stream.ino,Deflate_lz77.ino
sketch-names: Test_tar_gz_tgz.ino,Update_from_gz_stream.ino,Unpack_tar_gz_stream.ino,Test_deflate.ino
board-name: esp32

- arduino-boards-fqbn: esp8266:esp8266:generic:eesz=4M3M,xtal=80
sketch-names: Test_tar_gz_tgz.ino,Update_spiffs_from_http_gz_stream.ino,Deflate_lz77.ino
sketch-names: Test_tar_gz_tgz.ino,Update_spiffs_from_http_gz_stream.ino,Test_deflate.ino
platform-url: https://arduino.esp8266.com/stable/package_esp8266com_index.json
board-name: esp8266

- arduino-boards-fqbn: rp2040:rp2040:rpipico
sketch-names: Test_tar_gz_tgz.ino,Deflate_lz77.ino
sketch-names: Test_tar_gz_tgz.ino,Test_deflate.ino
platform-url: https://github.com/earlephilhower/arduino-pico/releases/download/global/package_rp2040_index.json
board-name: rp2040

Expand Down

0 comments on commit e3f5449

Please sign in to comment.