diff --git a/SettingsGUI/trunk/src/settingsgui/BluetoothPanel.py b/SettingsGUI/trunk/src/settingsgui/BluetoothPanel.py index a784555..faa83f2 100644 --- a/SettingsGUI/trunk/src/settingsgui/BluetoothPanel.py +++ b/SettingsGUI/trunk/src/settingsgui/BluetoothPanel.py @@ -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): diff --git a/SettingsGUI/trunk/src/settingsgui/GlobalConfiguration.py b/SettingsGUI/trunk/src/settingsgui/GlobalConfiguration.py index a0c0328..13f3b2e 100644 --- a/SettingsGUI/trunk/src/settingsgui/GlobalConfiguration.py +++ b/SettingsGUI/trunk/src/settingsgui/GlobalConfiguration.py @@ -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