Skip to content

Commit

Permalink
re-enabled non-esp32 architectures
Browse files Browse the repository at this point in the history
  • Loading branch information
tobozo committed Jan 6, 2025
1 parent ef27b10 commit b6828d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ArduinoBuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,12 @@ jobs:
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
sketch-names: Test_tar_gz_tgz.ino,Update_spiffs_from_http_gz_stream.ino,Deflate_lz77.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
sketch-names: Test_tar_gz_tgz.ino,Deflate_lz77.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 b6828d1

Please sign in to comment.