Skip to content
This repository has been archived by the owner on Apr 13, 2021. It is now read-only.

Commit

Permalink
updated radio strong- no mavlink
Browse files Browse the repository at this point in the history
  • Loading branch information
rai-swiftnav committed Apr 8, 2016
1 parent b39858e commit bf83c16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/peripherals/3drradio.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit bf83c16

Please sign in to comment.