mirror of
https://github.com/CharaChorder/DeviceManager.git
synced 2026-01-19 08:22:53 +00:00
fix: oops
This commit is contained in:
@@ -10,9 +10,7 @@
|
||||
|
||||
let working = $state(false);
|
||||
let success = $state(false);
|
||||
let error = $state<Error | undefined>(
|
||||
new Error("ESP_ERR_OTA_VALIDATE_FAILED"),
|
||||
);
|
||||
let error = $state<Error | undefined>(undefined);
|
||||
|
||||
let isTooOld = $derived(
|
||||
$serialPort ? semverLt($serialPort.version, "2.0.0") : false,
|
||||
|
||||
Reference in New Issue
Block a user