¿ªÔÆÌåÓý

Re: Need Help


Jack Purdum
 

That's why I had him list the contents of his ubitx_v4.3_code directory to make sure all of the files were there. They are.

Jack, W8TEE

On Tuesday, August 7, 2018, 2:59:33 PM EDT, ajparent1/KB1GMX <kb1gmx@...> wrote:


A little translation for the new...? yes it gets everyone!

Error messages the clue is always the first one.... after then, if first statement is not satisfied the
rest (a cascade) are a result.

>>>I'm attaching the Arduino error message.

Arduino: 1.8.5 (Mac OS X), Board: "Arduino Nano, ATmega328P"
?
/Users/albertdunk/Desktop/ubitx4-master/ubitx_v4.3_code/ubitx_v4.3_code.ino: In function 'void active_delay(int)':
ubitx_v4.3_code:237: error: 'checkCAT' was not declared in this scope
? ? ?checkCAT();
? ? ? ? ? ? ? ^
<<<

What that means is the function (segment of code) was missing.??
and its not in any file in that directory tree:

/Users/albertdunk/Desktop/ubitx4-master/ubitx_v4.3_code/ubitx_v4.3_code.ino

Notice the second:? /ubitx_v4.3_code.ino
The rest of the 7 files must be there.? If that is done then....
we manually copy|paste the rest to that directory.

What the error message translates to is: Hey I need this and its not where I need to look!
To solve that copy the rest there and try opening the IDE again.? If all is well you see
7 files in tabs.??

Hope this helps.

Allison

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