Skip to content

Commit 735c0a4

Browse files
dbg
1 parent 5ad8542 commit 735c0a4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

kernel/src/services/FirmwareService.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -209,6 +209,8 @@ export class FirmwareService {
209209
throw new Error(`Failed to fetch firmware: ${result.status} ${result.statusText}`);
210210
}
211211

212+
console.log("Firmware fetch result:", result);
213+
212214
const firmwareData = await this.unzipStreamToVariable(result.body!);
213215

214216
const firmwareDataMP = firmwareData['micropython.bin'];

0 commit comments

Comments
 (0)