Hi,
I have put the following program on the GameO.
Display.TurnBackLightOn();
System.Threading.Thread.Sleep(1000);
Power.TurnOff();
And now this has created a problem. When I now start up GameO unit to load a new program it shuts off before Visual Studio is able to deploy it.
Does anyone know of a way to clear out the memory or suppress the execution of the loaded program.
And yes in hindsight I realize how stupid a test this is but I know myself and this was inevitably.
Thank in advance for any help,
Sebastiaan