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

updated radio string- no mavlink #643

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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