This commit is contained in:
2025-07-13 17:54:09 +02:00
parent d310b72bdc
commit b959e3b466

View File

@@ -89,7 +89,7 @@ _DEST = "/media/nas/nas-photo/imported"
_DEV = "" _DEV = ""
import_drives = [] import_drives = []
drives = ["6362-3938","3239-3439", "5766-67E6","5766-67A3"] drives = ["6362-3938","3239-3439", "5766-67E6","5766-67A3", "7000-8000"]
# Log current user and id # Log current user and id
myCmd = "id" myCmd = "id"
@@ -151,6 +151,10 @@ for d in import_drives:
if wifimac == "2474f742c017": if wifimac == "2474f742c017":
_DEV = "gopro9_1" _DEV = "gopro9_1"
logging.debug("gopro9_1 registered") logging.debug("gopro9_1 registered")
elif wifimac == "2474f742c017":
_DEV = "gopro9_1"
logging.debug("gopro9_1 registered")
elif wifimac == "XXXDJIMINI4": elif wifimac == "XXXDJIMINI4":
_DEV = "dji_mini_4" _DEV = "dji_mini_4"
logging.debug("dji_mini_4 registered") logging.debug("dji_mini_4 registered")