CLEANUP: gettings comments in sync again
git-svn-id: http://www.neo1973-germany.de/svn@69 46df4e5c-bc4e-4628-a0fc-830ba316316d
This commit is contained in:
parent
8b8d6545aa
commit
bfec9a3ce3
2 changed files with 2 additions and 2 deletions
|
@ -45,7 +45,7 @@ class BluetoothScanner(threading.Thread):
|
|||
self.update_callback(self.update_list())
|
||||
time.sleep(BLUETOOTH_UPDATE_INTERVAL) # scan every x seconds
|
||||
else:
|
||||
time.sleep(2) # check again if we are active in a second
|
||||
time.sleep(2) # check again if we are active in x second(s)
|
||||
|
||||
|
||||
def set_active(self, active):
|
||||
|
|
|
@ -43,7 +43,7 @@ HCICONFIG_CMD = "hciconfig" ## using $PATH
|
|||
#HCICONFIG_CMD = "/usr/sbin/hciconfig" ## ubuntu
|
||||
HCITOOL_CMD = "hcitool" ## using $PATH
|
||||
BLUETOOTH_DEVICE = "hci0"
|
||||
BLUETOOTH_UPDATE_INTERVAL = 10 ## scan for Bluetooth Peers every 3 secs
|
||||
BLUETOOTH_UPDATE_INTERVAL = 10 ## scan for Bluetooth Peers every x secs
|
||||
BLUETOOTH_IP_MASK = "10.0.0." ## last number will be added from BT-MAC
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue