Skip to content

Commit

Permalink
fix OTA scan preventing to find the firmware
Browse files Browse the repository at this point in the history
  • Loading branch information
pipiche38 committed Oct 13, 2023
1 parent 052f2de commit 7bc1a04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Classes/OTA.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7bc1a04

Please sign in to comment.