mirror of
https://github.com/CharaChorder/DeviceManager.git
synced 2026-01-20 08:52:59 +00:00
feat: improve responsiveness
This commit is contained in:
@@ -57,7 +57,7 @@ export async function initSerial(manual = false) {
|
||||
const device = get(serialPort) ?? new CharaDevice();
|
||||
await device.init(manual);
|
||||
serialPort.set(device);
|
||||
sync();
|
||||
await sync();
|
||||
}
|
||||
|
||||
export async function sync() {
|
||||
|
||||
Reference in New Issue
Block a user