update examples, rev arduino version

This commit is contained in:
morgan
2018-10-21 19:27:24 -07:00
parent 88264e1998
commit a38ac4bf27
3 changed files with 20 additions and 9 deletions

View File

@@ -95,7 +95,7 @@ void setup() {
radio.setRfPower(0);
// CTCSS Setup code
ctcss_tone = 134.4;
ctcss_tone = 131.8;
radio.setCtcss(ctcss_tone);
radio.enableCtcss();
Serial.print("ctcss tone: ");