Raduino changes are getting to TeensyDSP over I2C. TeensyDSP successfully receiving some CAT.

This commit is contained in:
Rob French
2021-02-09 22:58:07 -06:00
parent 702f370d1b
commit aeeec69daf
12 changed files with 134 additions and 53 deletions

View File

@@ -125,7 +125,6 @@ unsigned long vfoA_eeprom, vfoB_eeprom; //for protect eeprom life
unsigned long frequency;
unsigned long ritRxFrequency, ritTxFrequency; //frequency is the current frequency on the dial
unsigned int cwSpeed = 100; //this is actuall the dot period in milliseconds
extern int32_t calibration;
@@ -1473,6 +1472,9 @@ void checkAutoSaveFreqMode()
saveCheckTime = 0; //for reduce cpu use rate
}
}
rigState.vfo[0] = vfoA;
rigState.vfo[1] = vfoB;
}
void loop(){