[chirp_devel] Fixed Frequency Radio

Dan Smith
Tue Sep 19 06:29:52 PDT 2017


>> Very rough idea:
>>
>> test_mem = None
>> for i in range(*rf.memory_bounds):
>>       m = radio.get_memory(i)
>>       if not 'freq' in m.immutable:
>>           test_mem = m
>>           break
>>
>> if not test_mem:
>>       # skip because no memories are usable
>>
>>
>> # continue to do test with test_mem instead of just blindly using #1
> 
> I think I follow what you are proposing. I'm not sure where this would
> go but I think I can figure it out with a little looking around.

In the test logic that currently probably just assumes it can use memory 
#1 for everything.

> The problem I currently have is I that I recently bought another
> house. I'm in the processing of moving to the new QTH and don't know
> when I will have my development computer back on-line. ;)

Oooh, congrats!

--Dan



More information about the chirp_devel mailing list