From 39b543877b9cbecfd14c2ed1783547459da21845 Mon Sep 17 00:00:00 2001 From: nick6x Date: Wed, 17 Aug 2016 12:43:51 -0700 Subject: [PATCH] Resolve SSTV example issues --- examples/SSTV/SSTV.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/SSTV/SSTV.ino b/examples/SSTV/SSTV.ino index c5959e3..634aade 100755 --- a/examples/SSTV/SSTV.ino +++ b/examples/SSTV/SSTV.ino @@ -51,7 +51,7 @@ void setup() { void loop() { - if(radio.waitForChannel(1000,2000, rssi)) { // Wait forever for calling frequency to open, then wait 2 seconds for breakers + if(radio.waitForChannel(1000,2000, -90)) { // Wait forever for calling frequency to open, then wait 2 seconds for breakers radio.setModeTransmit(); // Turn on the transmitter delay(250); // Wait a moment radio.SSTVTestPattern(MARTIN1); // send a MARTIN1 test pattern