Page 1 of 1

Re: Avast ATO and RA+

Posted: Thu Nov 27, 2014 6:27 pm
by cosmith71
Squishie89 wrote:I was able to get into the internal memory settings through the portal, currently trying to get it to save.

I don't understand what in my code makes it use the internal memory, I would prefer to keep everything in the code and not use the portal.
This line makes it use memory:

Code: Select all

  ReefAngel.SingleATOLow( Port2 );
You need to change it back to this:

Code: Select all

    ReefAngel.SingleATO( false,Port2,900,0 );
That's with a 900 second (15 minute) timeout.

--Colin