-rw-r--r-- | noncore/net/opietooth/applet/bluezapplet.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/noncore/net/opietooth/applet/bluezapplet.cpp b/noncore/net/opietooth/applet/bluezapplet.cpp index c0ad246..3fdbde0 100644 --- a/noncore/net/opietooth/applet/bluezapplet.cpp +++ b/noncore/net/opietooth/applet/bluezapplet.cpp @@ -55,5 +55,5 @@ namespace OpieTooth { bluezOffPixmap = Resource::loadPixmap( "bluetoothapplet/bluezoff" ); // bluezDiscoveryOnPixmap = Resource::loadPixmap( "bluetoothapplet/magglass" ); - startTimer(5000); + startTimer(4000); btDevice = 0; bluezactive = false; @@ -80,5 +80,5 @@ namespace OpieTooth { if (c == 1) { - btDevice = new Device("/dev/ttySB0", "csr" ); + btDevice = new Device("/dev/ttySB0", "bcsp", "230400" ); } else { if (btDevice) { |