¿ªÔÆÌåÓý

Re: BITX40 Saving Settings Issue


 

Hi Gary,

it could also be a timing issue.

At line 2327, there is a short 100ms delay:

delay(100);               // allow the voltages on the Arduino inputs to
settle for some milliseconds after power on

Perhaps the 100ms is just not enough for your radio.
You could try 200ms and see if it helps.
Simply change
delay(100);
to
delay(200);
Then recompile and upload to the Raduino. Please let me know if this helps. 73 Allard PE1NWL

Join [email protected] to automatically receive all group messages.