feat: wire family

code display and status restore in StatusTab + HomePage
This commit is contained in:
jack
2026-06-30 13:22:44 -07:00
parent 5105ab1ab6
commit d7962f2850
2 changed files with 506 additions and 362 deletions
+2
View File
@@ -323,6 +323,7 @@ Rectangle {
label: "READ MEMORY"
iconSource: "../icons/read.svg"
Layout.fillWidth: true
enabled: root.waferDetected
onClicked: deviceController.readMemoryAsync()
}
@@ -331,6 +332,7 @@ Rectangle {
iconSource: "../icons/erase.svg"
Layout.fillWidth: true
destructive: true
enabled: root.waferDetected
onClicked: deviceController.eraseMemory(
deviceController.selectedPort)
}