From ee009332a17557076f4c9348a31658f5bf605240 Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Thu, 23 Jan 2020 17:31:13 -0800 Subject: [PATCH] altos: Disable ao_btm debug. Avoids breaking 's' command 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 --- src/drivers/ao_btm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/drivers/ao_btm.c b/src/drivers/ao_btm.c index 71599fbd..b7ff0b9e 100644 --- a/src/drivers/ao_btm.c +++ b/src/drivers/ao_btm.c @@ -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]; -- 2.30.2