From 7bc1a04ce97671c0099ff7a33a48dce902ee997e Mon Sep 17 00:00:00 2001 From: Patrick Pichon Date: Fri, 13 Oct 2023 15:56:32 +0200 Subject: [PATCH] fix OTA scan preventing to find the firmware --- Classes/OTA.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Classes/OTA.py b/Classes/OTA.py index 16c2a9393..88bd6a9df 100644 --- a/Classes/OTA.py +++ b/Classes/OTA.py @@ -841,7 +841,7 @@ def ota_scan_folder(self): # OK 13/10 continue self.ListOfImages["Brands"][brand] = {} - ota_dir = self.pluginconf.pluginConf["pluginOTAFirmware"] + OTA_CODES[brand]["Folder"] + ota_dir = self.pluginconf.pluginConf["pluginOTAFirmware"] + "/" + OTA_CODES[brand]["Folder"] # Check the folder exist if not exists(ota_dir): continue