mirror of
https://github.com/uhi22/pyPLC.git
synced 2024-11-10 01:05:42 +00:00
fix: import configmodule in addressManager
This commit is contained in:
parent
658beda580
commit
2cea8c678c
1 changed files with 1 additions and 0 deletions
|
@ -8,6 +8,7 @@ import subprocess
|
|||
import os
|
||||
import sys
|
||||
from helpers import * # prettyMac etc
|
||||
from configmodule import getConfigValue, getConfigValueBool
|
||||
|
||||
MAC_LAPTOP = [0xdc, 0x0e, 0xa1, 0x11, 0x67, 0x08 ] # Win10 laptop
|
||||
#MAC_RANDOM = [0xaa, 0xbb, 0xcc, 0xdd, 0xee, 0xff ]
|
||||
|
|
Loading…
Reference in a new issue