altos: Disable ao_btm debug. Avoids breaking 's' command
authorKeith Packard <keithp@keithp.com>
Fri, 24 Jan 2020 01:31:13 +0000 (17:31 -0800)
committerKeith Packard <keithp@keithp.com>
Fri, 24 Jan 2020 01:31:13 +0000 (17:31 -0800)
The 's' command is used by altoslib to get the RSSI value during
monitor idle operations. Let's avoid breaking that.

Signed-off-by: Keith Packard <keithp@keithp.com>
src/drivers/ao_btm.c

index 71599fbd6665b11d7e1ec184b2f2477622a68a32..b7ff0b9edb4d383da76e414ae1b67baccc0bd1dc 100644 (file)
@@ -32,7 +32,7 @@
 int8_t                 ao_btm_stdio;
 uint8_t                ao_btm_connected;
 
-#define BT_DEBUG 1
+#define BT_DEBUG 0
 
 #if BT_DEBUG
 char           ao_btm_buffer[256];