Files disappeared

Hi,

yesterday I created a project with the Arduino Editor.
Everything worked fine, but today I cannot access the files any more.
The names of the files are visible but they cannot be loaded.

Please see attachement.

This is the link to my project

Please can you help in retrieve my files?

Thanks in advance
Marco

I add some infos:

OS
Windows 7 Home premium N
32 bit
Service pack 1

Browser Chrome
Version 60.0.3112.101

Marco

The "A" Team is back Monday they should be able to sort it out for you.

Did you import the sketch or create it ex novo?

I created the sketch using files from the SOES

SOES

Now I can see again the files. Many thanks

The project doesn't compile: may be something is still missing because before it worked.
As soon as I have time to check it I will let you know.

Marco

Hi,

the project now doesn't compile because the files "slave.h" and "utypes.h" are still not accessible, even if they are present in some way, i.e. you can read their names inside the project.

Anyway I confirm that all the other files are now accessible.

Marco

Where is void loop and void setup in that sketch you linked to ?

Also the remark on line 189 is mis formed and is trying to compile as a command.

"slave.h" and "utypes.h" somehow never made it to our servers, that's why I was asking if you imported the sketch or build it from scratch with copy-paste.

You'll need to rewrite them

Where is void loop and void setup in that sketch you linked to ?

I didn't started from an Arduino sketch so there was no "loop" and "setup" , I added them.

Also the remark on line 189 is mis formed and is trying to compile as a command.

At wich file are you referring?

"slave.h" and "utypes.h" somehow never made it to our servers, that's why I was asking if you imported the sketch or build it from scratch with copy-paste.

I build it from scratch

You'll need to rewrite them

Ok, no problem.
Thanks for your time.

Marco

Today we pushed a fix that hopefully solved the disappearing files issue, please let us know if this bad bug keeps happening!

Line 189 in "slave.cpp" seems mal formed.

Today we pushed a fix that hopefully solved the disappearing files issue, please let us know if this bad bug keeps happening!

Ok, thanks, I will report to you if something like this will happen again.

Line 189 in "slave.cpp" seems mal formed.

I don't understand what you mean: it is just a comment.

/********** TODO: Generic code beyond this point ***************/

Marco