mirror of
https://gitlab.sectorq.eu/jaydee/auto_import.git
synced 2025-12-14 10:34:53 +01:00
build
This commit is contained in:
@@ -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")
|
||||||
|
|||||||
Reference in New Issue
Block a user