Fix Functional Test example

This commit is contained in:
nick6x 2016-08-26 11:14:39 -07:00
parent e8ad7e9c93
commit 8b8fd7a9a1
2 changed files with 3 additions and 3 deletions

View File

@ -44,7 +44,7 @@ void setup() {
void loop() {
radio.setModeReceive();
radio.setSQLoThresh(0);
radio.setSQOn();
radio.setSQOff();
radio.setVolume1(0xF);
radio.setVolume2(0xF);
delay(1000);

View File

@ -507,11 +507,11 @@ class HamShield {
bool tx_active;
bool rx_active;
uint32_t radio_frequency;
uint32_t FRS[];
/* uint32_t FRS[];
uint32_t GMRS[];
uint32_t MURS[];
uint32_t WX[];
*/
// private utility functions
// these functions should not be called in the Arduino sketch
// just use the above public functions to do everything