Page 1 of 1

Re: More temp probes code

Posted: Mon Jan 15, 2018 5:13 pm
by Loose
I have a RA* controller I've also added an additional temp probe to my system and found two ways to add it in code.

I found this first:

ReefAngel.Params.Temp[T4_PROBE]; <--- didn't notice a change

And then in this thread:

ReefAngel.AddExtraTempProbes(); <--- displays temp 4, 5, & 6 to the LCD and Uapp :D

Two questions:

1) What does ReefAngel.Params.Temp[T4_PROBE]; do?
2) Can the number of temps displayed be limited? Having only 4 temp probes for now, I'd like to not have Temp 5 and Temp 6 displayed.

Re: More temp probes code

Posted: Mon Jan 15, 2018 5:17 pm
by rimai
No :(
Either 3 or 6.

Re: More temp probes code

Posted: Mon Jan 15, 2018 5:21 pm
by Loose
Thanks for the quick reply. NP.