Keyboard Shortcuts
ctrl + shift + ? :
Show all keyboard shortcuts
ctrl + g :
Navigate to a group
ctrl + shift + f :
Find
ctrl + / :
Quick actions
esc to dismiss
Likes
Search
Re: W8TEE Corrected Code Rel 3
Hi all, For the issue "DDS output frequency not changing" I added in the block void loop() ? so in total this part looks like? (line number 1217): ? if (currentFrequency != oldFreq) {????????????????????????? // Has the frequency changed? ? ??? sendFrequency(currentFrequency); ? ??? currentTune = millis();?????????????????????????????????? // Yep, but how long ago? ??? if (currentTune - oldTune > EEPROMUPDATEDELAY) {????????? // If greater than 10 seconds... ????? writeEEPROMParameter(READEEPROMFREQ, currentFrequency); // ...blast it to EEPROM ????? oldTune = currentTune; ????? oldFreq = currentFrequency; ??? } ? 73 guido? on7ch On Fri, Aug 11, 2017 at 9:49 PM, Jack Purdum via Groups.Io <econjack@...> wrote:
|
to navigate to use esc to dismiss