From: Keith Packard Date: Fri, 24 Jan 2020 01:31:13 +0000 (-0800) Subject: altos: Disable ao_btm debug. Avoids breaking 's' command X-Git-Tag: altosdroid-1.9.1~4 X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=commitdiff_plain;h=ee009332a17557076f4c9348a31658f5bf605240 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 --- 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];