Andy Zwirko
Andy Zwirko
Thanks Rob, I'll see if I can merge in pcmrecord's "-L" maxtime option to accomplish what I need to record a specific interval. andyz - K1RA
Hi Phil I hacked something into the current pcmrecord for my needs back several months ago. I haven't had much time to revisit since. Thanks for commenting and pointing on...
Thanks for the feedback. I understand some packet related items are hard coded to FM & 1200 baud, so I used that info to dig into the .py and .js...
Sure - I understand, but I did want to let those hackers know there is a temporary fix for those who aren't interested in VHF APRS, but are interested in...
I thought closed source prevents people from making any modifications. This is open source right? What's the point of Open Source if you cannot hack it for ones own personal...
I applaud your efforts and understand it is currently a one-man-show. I'm just a bit surprised at your attitude toward anyone who provides you information about what could possibly be...
A caveat to what follows...I am not a software developer nor have I ever written a line of Python code in my life, so take what follows with that in...
OK about the modes in the DIG list, but since I tune/set the BPF differently than for regular SSB, I wasn't sure using the mode buttons would be the right...
I crudely added the following snippets of code to Lumina.py to add image saving to the local directory. See and copy code between "# AZ" comments and place after an...
MtDev12oz The filename line of my code dalle_file = prompt2 + "_" + now + ".png" is where you could crudely hack in some other directory if you wished. IF...