temporary fixes for KISS example

This commit is contained in:
morgan 2018-11-07 16:45:46 -08:00
parent 220bd8aa28
commit dc93752730
1 changed files with 7 additions and 2 deletions

View File

@ -8,6 +8,11 @@
* power and then to your computer via USB. Issue commands
* via the KISS equipment.
*
* You can also just use the serial terminal to send and receive
* APRS packets, but keep in mind that several fields in the packet
* are bit-shifted from standard ASCII (so if you're receiving,
* you won't get human readable callsigns or paths).
*
* To use the KISS example with YAAC:
* 1. open the configure YAAC wizard
* 2. follow the prompts and enter in your details until you get to the "Add and Configure Interfaces" window
@ -55,9 +60,9 @@ void setup() {
radio.setVolume2(0xFF);
radio.setSQHiThresh(-100);
radio.setSQLoThresh(-100);
radio.setSQOn();
//radio.setSQOn();
radio.frequency(144390);
//radio.bypassPreDeEmph();
radio.bypassPreDeEmph();
dds.start();
afsk.start(&dds);