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 5ad8542 commit 735c0a4Copy full SHA for 735c0a4
kernel/src/services/FirmwareService.ts
@@ -209,6 +209,8 @@ export class FirmwareService {
209
throw new Error(`Failed to fetch firmware: ${result.status} ${result.statusText}`);
210
}
211
212
+ console.log("Firmware fetch result:", result);
213
+
214
const firmwareData = await this.unzipStreamToVariable(result.body!);
215
216
const firmwareDataMP = firmwareData['micropython.bin'];
0 commit comments