DC pump in menu
DC pump in menu
Is it possible to add the dcpump setting to the menu? i dont have the wifi module. is there another way to change it from say reef crest to nutrient transport without using the pc or portal?
Re: DC pump in menu
If possible
if you could point me to a thread to help me figure it out
Sent from my XT912 using Tapatalk 4
if you could point me to a thread to help me figure it out
Sent from my XT912 using Tapatalk 4
Re: DC pump in menu
http://forum.reefangel.com/viewtopic.php?f=14&t=311
Once you get it implemented in your code, you could use something like this:
Once you get it implemented in your code, you could use something like this:
Code: Select all
void MenuEntry1()
{
ReefAngel.DCPump.UseMemory=false;
ReefAngel.DCPump.SetMode(NutrientTransport,50,10);
}
Roberto.