You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
thrownewError(`Failed to fetch releases: ${releases.status}${releases.statusText}`);
37
46
}
@@ -47,6 +56,9 @@ export class FirmwareService {
47
56
constlatestRelease=releasesData[0];
48
57
if(latestRelease&&latestRelease.assets){
49
58
latestRelease.assets.forEach((asset: any)=>{
59
+
// Log the asset for debugging.
60
+
console.log('Asset:',asset);
61
+
50
62
// We should make the name the full name of the asset but the key the firmwareId (the board name in lowercase with dashes and an optional "m" prefix for minimal).
0 commit comments