Overheat temp set
Overheat temp set
Is there simple code to put in the PDE file to set the overheat temp to shut off my lights? I believe i did this origionally with ragen memory setting but would like to change it.
Re: Overheat temp set
Code: Select all
ReefAngel.OverheatShutoffPorts = Port2Bit | Port3Bit | Port7Bit;
Roberto.
Re: Overheat temp set
yes but is there a place to set the shut off to say 81 degrees?
Re: Overheat temp set
Yes, you can use this on your setup() section:
Or use any app that can change internal memory, such as Client, Java Status or smart phone apps.
Code: Select all
InternalMemory.OverheatTemp_write( 869 );
Roberto.