File tree Expand file tree Collapse file tree 2 files changed +25
-0
lines changed Expand file tree Collapse file tree 2 files changed +25
-0
lines changed Original file line number Diff line number Diff line change 72
72
cp /home/runner/.platformio/packages/framework-arduinoespressif32/tools/partitions/boot_app0.bin GitHubPages/ESPWebTools/cyd
73
73
cp .pio/build/cyd/firmware.bin GitHubPages/ESPWebTools/cyd
74
74
75
+ # Build cyd2usb
76
+ - name : Build cyd2usb
77
+ run : platformio run -e cyd2usb
78
+ - name : Upload artifact
79
+ uses : actions/upload-artifact@v3
80
+ with :
81
+ name : cyd2usb Firmware
82
+ path : .pio/build/cyd2usb/firmware.bin
83
+ if-no-files-found : error
84
+ - name : Copy compiled binaries for webflash
85
+ run : |
86
+ mkdir GitHubPages/ESPWebTools/cyd2usb
87
+
88
+ # Copy the manifest file for the cyd2usb
89
+ cp GitHubPages/ESPWebTools/manifest.json GitHubPages/ESPWebTools/cyd2usb
90
+
91
+ cp .pio/build/cyd2usb/bootloader.bin GitHubPages/ESPWebTools/cyd2usb
92
+ cp .pio/build/cyd2usb/partitions.bin GitHubPages/ESPWebTools/cyd2usb
93
+ cp /home/runner/.platformio/packages/framework-arduinoespressif32/tools/partitions/boot_app0.bin GitHubPages/ESPWebTools/cyd2usb
94
+ cp .pio/build/cyd2usb/firmware.bin GitHubPages/ESPWebTools/cyd2usb
95
+
75
96
# Build Matrix
76
97
- name : Build Matrix
77
98
run : platformio run -e trinity
Original file line number Diff line number Diff line change @@ -21,6 +21,10 @@ <h1>Spotify DIY Thing</h1>
21
21
< script type ="
module "
src ="
https://unpkg.com/[email protected] /dist/web/install-button.js?module "
> </ script >
22
22
< esp-web-install-button id ="installButton " manifest ="ESPWebTools/cyd/manifest.json "> </ esp-web-install-button >
23
23
< br >
24
+ < span > CYD2USB (if your CYD has two USB ports)</ span >
25
+ < script type ="
module "
src ="
https://unpkg.com/[email protected] /dist/web/install-button.js?module "
> </ script >
26
+ < esp-web-install-button id ="installButton " manifest ="ESPWebTools/cyd2usb/manifest.json "> </ esp-web-install-button >
27
+ < br >
24
28
< span > Matrix</ span >
25
29
< script type ="
module "
src ="
https://unpkg.com/[email protected] /dist/web/install-button.js?module "
> </ script >
26
30
< esp-web-install-button id ="installButtonMatrix "
You can’t perform that action at this time.
0 commit comments