Raduino changes are getting to TeensyDSP over I2C. TeensyDSP successfully receiving some CAT.
This commit is contained in:
@@ -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(){
|
||||
|
||||
Reference in New Issue
Block a user