Crashed?
Re: Crashed?
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.
Re: Crashed?
It looks good.
Let's try this:
1. Open Globals.h on notepad. It's located at Documents\Arduino\libraries\Globals
2. Replace this
With this:
3. Save the file and close
4. Upload InternalMemory.ino again
5. Upload your code again
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
Code: Select all
#define IMPointer 1000
4. Upload InternalMemory.ino again
5. Upload your code again
Roberto.