Wondering if someone could help me with increasing the feeding duration from default of 15 mins to 45?
I tried to change the delayed start menu in the internal memory but it had no effect on the duration.
Thanks
Feed Mode Duration
-
Reefology
- Posts: 237
- Joined: Fri Dec 26, 2014 6:38 pm
-
rimai
- Posts: 12857
- Joined: Fri Mar 18, 2011 6:47 pm
Re: Feed Mode Duration
Is is on internal memory and you can change it.
I am pretty sure the android app has that available.
Or, just add this to your code:
I am pretty sure the android app has that available.
Or, just add this to your code:
Code: Select all
Timer[FEEDING_TIMER].SetInterval(2700);
Roberto.
-
Reefology
- Posts: 237
- Joined: Fri Dec 26, 2014 6:38 pm
Re: Feed Mode Duration
i changed it to 45mins in the internal memory but has had no effect. When i tried to input the attached code, i get this error " 'Timer' was not declared in this scope " ?
-
rimai
- Posts: 12857
- Joined: Fri Mar 18, 2011 6:47 pm
Re: Feed Mode Duration
Sorry...
It should be
It should be
Code: Select all
ReefAngel.Timer[FEEDING_TIMER].SetInterval(2700);
Roberto.
-
Reefology
- Posts: 237
- Joined: Fri Dec 26, 2014 6:38 pm