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
Re: Feed Mode Duration
is anyone feeding longer than 15 mins? if so, how do you do it?
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.
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 " ?
Re: Feed Mode Duration
Sorry...
It should be
It should be
Code: Select all
ReefAngel.Timer[FEEDING_TIMER].SetInterval(2700);
Roberto.
Re: Feed Mode Duration
Thank you Roberto, that did it
Cheers!
Cheers!