From bf83c166dc83ce030a579cf4523393dd97622a05 Mon Sep 17 00:00:00 2001 From: rai-swiftnav Date: Fri, 8 Apr 2016 14:09:25 -0700 Subject: [PATCH] updated radio strong- no mavlink --- src/peripherals/3drradio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/peripherals/3drradio.c b/src/peripherals/3drradio.c index b6553f82..23bd6ea0 100644 --- a/src/peripherals/3drradio.c +++ b/src/peripherals/3drradio.c @@ -31,7 +31,7 @@ static const u32 baud_rates[] = {115200, 57600};//, 230400, 38400, 19200}; /* This is the command string we send to the radios */ -static char commandstr[MAXLEN] = "AT&F,ATS1=57,ATS2=64,ATS5=0,AT&W,ATZ"; +static char commandstr[MAXLEN] = "AT&F,ATS1=57,ATS2=64,ATS5=0,ATS6=0,AT&W,ATZ"; /** * This function hooks into the UART setup code before DMA gets enabled,