Page 1 of 1

Minor glitch?

Posted: Mon Oct 14, 2013 10:04 am
by johniii
OK so I built menu to select how my jebao pump runs. Works good. But the minor glitch I have, is that to get the menu to function, The line
ReefAngel.PCPump.SetMode... Had to be taken out of void loop.

Now if I lose power for whatever reason the pumps do not run until a menu selection is chosen.

Could I add ReefAngel.DCPump.SetMode.... To the
Void setup() so it will run in failsafe until I can push the button? Or should I use an if/else statement.

Sent from my XT912 using Tapatalk

Re: Minor glitch?

Posted: Mon Oct 14, 2013 10:07 am
by johniii
http://forum.reefangel.com/viewtopic.php?t=3916

Sent from my XT912 using Tapatalk

Re: Minor glitch?

Posted: Mon Oct 14, 2013 10:08 am
by johniii
Sorry can't copy and paste from tapatalk. I linked my code

Sent from my XT912 using Tapatalk

Re: Minor glitch?

Posted: Mon Oct 14, 2013 10:41 am
by rimai
You can do on setup()

Re: Minor glitch?

Posted: Mon Oct 14, 2013 11:54 am
by johniii
Thanks roberto

Sent from my XT912 using Tapatalk