diff options
| author | Keith Packard <keithp@keithp.com> | 2011-04-01 17:26:08 -0700 |
|---|---|---|
| committer | Keith Packard <keithp@keithp.com> | 2011-04-01 17:26:08 -0700 |
| commit | 8db5c52f1c76a05020e4e0afbe4ea27485ad9f82 (patch) | |
| tree | 0a489fab82000cc0b6e96bfc6ee8e95a625b47c4 /src/ao_pins.h | |
| parent | a5d60fdb9c969c1516feb76a16001c9688112c4c (diff) | |
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 <keithp@keithp.com>
Diffstat (limited to 'src/ao_pins.h')
| -rw-r--r-- | src/ao_pins.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 |
