altos/telebt-v4.0: Use HW flow control to BT module time-series
authorKeith Packard <keithp@keithp.com>
Wed, 28 Jun 2017 06:39:16 +0000 (23:39 -0700)
committerKeith Packard <keithp@keithp.com>
Wed, 28 Jun 2017 06:39:16 +0000 (23:39 -0700)
Now that the stmf0 HW flow control works...

Signed-off-by: Keith Packard <keithp@keithp.com>
src/telebt-v4.0/ao_pins.h

index 0082b2b5a1314313959a430b3d3b8226e91886ea..f3d70d1ad31eb1e81f698345a7aa349d48af152e 100644 (file)
@@ -54,7 +54,7 @@
 #define USE_SERIAL_2_STDIN     1
 #define DELAY_SERIAL_2_STDIN   1
 #define USE_SERIAL_2_FLOW      1
-#define USE_SERIAL_2_SW_FLOW   1
+#define USE_SERIAL_2_SW_FLOW   0
 #define SERIAL_2_PA2_PA3       1
 #define SERIAL_2_PD5_PD6       0
 #define SERIAL_2_PORT_RTS      (&stm_gpioa)