fix: boundary scan could not save
This commit is contained in:
@@ -62,7 +62,6 @@ async function uploadBitstream(bitstream: File): Promise<boolean> {
|
||||
}
|
||||
|
||||
try {
|
||||
console.debug(`Before upload bistream: ${bitstream}`);
|
||||
const resp = await jtagController.uploadBitstream(
|
||||
boardAddress.value,
|
||||
Common.toFileParameterOrNull(bitstream),
|
||||
|
||||
Reference in New Issue
Block a user