We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d389a84 commit 6e0f904Copy full SHA for 6e0f904
.github/workflows/build-clang-doxy.yml
@@ -143,7 +143,6 @@ jobs:
143
} >> "$GITHUB_OUTPUT"
144
- name: fetch tinyuf2 combined.bin
145
run: |
146
- echo "Downloading tinyuf2 combined.bin for ${matrix.arduino-platform}...(${board_name})"
147
if [ "${{ matrix.arduino-platform }}" == "funhouse_noota" ]; then
148
wget https://adafruit-circuit-python.s3.amazonaws.com/bootloaders/esp32/adafruit_funhouse_esp32s2/tinyuf2-adafruit_funhouse_esp32s2-0.35.0-combined.bin -O wippersnapper.${{ matrix.arduino-platform }}.fatfs.${{ env.WS_VERSION }}.tinyuf2-combined.bin
149
elif [ "${{ matrix.arduino-platform }}" == "esp32s3_devkitc_1_n8" ]; then
0 commit comments