¿ªÔÆÌåÓý

Re: N8ME uBITX 6 Firmware V 0.2


 

Mark,

Thanks for the explanation. Your code is a vast improvement on the original code. I'm spending more time on the uBitX than with my $$$ radios these days.

73 Mike N2MS

On 12/15/2022 2:04 PM Mark Erbaugh <mark.election@...> wrote:


Mike,

I do my development using VSCode & PlatformIO. I wanted to make the firmware available for people using the Arduino IDE. The src.ino name was the only way I could figure out that would working with both VSCode and the Arduino IDE. AFAIK, VSCode requires the files to be in the "src" directory. Arduino IDE requires that the directory have the same name as the .ino file, file hence the name src.ino. An empty src.ino keeps the Arduino IDE happy, VSCode ignores that file and finds the real main entry point in main.cpp.

That said, if you want to archive the files with your naming, just rename the .ino file and directory to your "N8ME-uBitx6-V0.2-master."

Alternatively, you can download the .ZIP file from github.com. It is titled "N8ME-uBitx-master.zip." It contains both versions 0.1 and 0.2, you can use the tags v1_release (v 0.1) or v2_release (v 0.2) to check out the desired version. Note that the v1_release will need an added src.ino (which is empty) to work with the Arduino IDE.

--
73,
Mark, N8ME

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