Re: uBITX Software error messages #ubitx-help
Vince Vielhaber
You're not paying close enough attention to directory names and the ino file name. The main file that contains the setup() and loop() routines has to be the same name as the directory name but with .ino at the end.
toggle quoted messageShow quoted text
eg. uBITX.20/uBITX20.ino = no good uBITX20/uBITX20.ino = good and C:\Users\mop\AppData\Local\Temp\arduino_modified_sketch_12014\sketch_mar12a.ino = no good C:\Users\mop\AppData\Local\Temp\sketch_mar12a\sketch_mar12a.ino = good Vince.
On 03/12/2018 11:35 AM, bengt-ingvar.andersson@... wrote:
Hallo !
|
|