From 9b1f54bfeff5282447a7b92debf76be1eb533633 Mon Sep 17 00:00:00 2001 From: Jesse Vincent Date: Mon, 25 Sep 2023 13:35:37 -0700 Subject: [PATCH] Actually stick the device info in the storage key for flashing backups --- src/renderer/ActiveDevice.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/renderer/ActiveDevice.js b/src/renderer/ActiveDevice.js index 0b0a082c7..2c7143c41 100644 --- a/src/renderer/ActiveDevice.js +++ b/src/renderer/ActiveDevice.js @@ -229,7 +229,9 @@ export function ActiveDevice() { const key = ".internal.backups.save-file" + - this.focusDeviceDescriptor().info + + this.focusDeviceDescriptor().info.vendor + + "-" + + this.focusDeviceDescriptor().info.product + Date.now() + uuidv4(); console.debug("Writing structured EEPROM data to session storage", {