Problem with v. 0.8.5.15
Posted: Sat Jul 16, 2011 1:53 pm
Curt know
This is my problem with the new versione.
SingleATOHigh the float position is inverted (you must rotate it before update)
SingleATOTimeout don't work.... i try to put the internal memory value to 60 or 1 .... but nothing, the pump is never stopped.
In the ReefAngel.cpp in the SingleATO void
i see this change : if ( (iSafeTop < (byteHrInterval * 60)) && (iLastTop >= 0) )
and i try to set like the old version : if ( iSafeTop < (byteHrInterval * 60) )
but nothing...
This post is for Curt and for alert the other people
This is my problem with the new versione.
SingleATOHigh the float position is inverted (you must rotate it before update)
SingleATOTimeout don't work.... i try to put the internal memory value to 60 or 1 .... but nothing, the pump is never stopped.
In the ReefAngel.cpp in the SingleATO void
i see this change : if ( (iSafeTop < (byteHrInterval * 60)) && (iLastTop >= 0) )
and i try to set like the old version : if ( iSafeTop < (byteHrInterval * 60) )
but nothing...
This post is for Curt and for alert the other people