From 8db5c52f1c76a05020e4e0afbe4ea27485ad9f82 Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Fri, 1 Apr 2011 17:26:08 -0700 Subject: altos: Clean up BT serial communcations Disable echo on both ends in command mode to eliminate looping error values. Switch to 57600 baud to improve performance. Signed-off-by: Keith Packard --- src/ao_pins.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/ao_pins.h') diff --git a/src/ao_pins.h b/src/ao_pins.h index a4ebd63b..ed42df8b 100644 --- a/src/ao_pins.h +++ b/src/ao_pins.h @@ -224,6 +224,7 @@ #define HAS_BEEP 0 #define HAS_SERIAL_1 1 #define USE_SERIAL_STDIN 1 + #define HAS_CMD_FILTER 1 #define HAS_ADC 0 #define HAS_DBG 1 #define HAS_EEPROM 0 -- cgit v1.2.3