From 69be7f9b1fd6ac44a373b38613f4824794d78115 Mon Sep 17 00:00:00 2001 From: Jesse Vincent Date: Mon, 11 Dec 2023 16:50:12 -0800 Subject: [PATCH] record the firmware version when backing up --- src/api/focus.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/api/focus.js b/src/api/focus.js index 6e146ecdb..0fbbb14ea 100644 --- a/src/api/focus.js +++ b/src/api/focus.js @@ -511,6 +511,7 @@ class Focus { eepromBackupCommands = [ ...this.eepromRestoreCommands, "help", + "version", "plugins", "eeprom.contents", "eeprom.free",