Crashed?

Post Reply
rimai
Posts: 12881
Joined: Fri Mar 18, 2011 6:47 pm

Re: Crashed?

Post by rimai »

Can you go to Tools->Reef Angel Libraries Version and check which libs version you are running and also post your InternalMemory.ino file?
Roberto.
rimai
Posts: 12881
Joined: Fri Mar 18, 2011 6:47 pm

Re: Crashed?

Post by rimai »

It looks good.
Let's try this:
1. Open Globals.h on notepad. It's located at Documents\Arduino\libraries\Globals
2. Replace this

Code: Select all

#define IMPointer			954
With this:

Code: Select all

#define IMPointer			1000
3. Save the file and close
4. Upload InternalMemory.ino again
5. Upload your code again
Roberto.
rimai
Posts: 12881
Joined: Fri Mar 18, 2011 6:47 pm

Re: Crashed?

Post by rimai »

I think that memory location got corrupt somehow.
Roberto.
Post Reply