Avast ATO and RA+

Post Reply
User avatar
cosmith71
Posts: 1437
Joined: Fri Mar 29, 2013 3:51 pm
Location: Oklahoma City

Re: Avast ATO and RA+

Post 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
Post Reply