19 Sep
2017
19 Sep
'17
4:20 a.m.
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.
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. ;)
Jim