Merge branch 'airflow' into i2c_detect
This commit is contained in:
commit
1d9eaeee3a
32 changed files with 783 additions and 204 deletions
|
|
@ -50,7 +50,10 @@ export default function SyncDevice(props: Props) {
|
|||
console.error(err);
|
||||
error("Unable to resync device");
|
||||
close();
|
||||
});
|
||||
})
|
||||
.finally(() => {
|
||||
close()
|
||||
})
|
||||
};
|
||||
|
||||
return (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue