Merge branch 'airflow' into i2c_detect

This commit is contained in:
csawatzky 2025-07-28 15:02:14 -06:00
commit 1d9eaeee3a
32 changed files with 783 additions and 204 deletions

View file

@ -50,7 +50,10 @@ export default function SyncDevice(props: Props) {
console.error(err);
error("Unable to resync device");
close();
});
})
.finally(() => {
close()
})
};
return (