Minor glitch?
Posted: Mon Oct 14, 2013 10:04 am
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
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