ok i am getting this thing working but having problems with the heater control I think the problem is I have t
3 temp probes what one does it use to control the heater ?
heater
Re: heater
By default, the first one. You should have a couple of lines in your setup code like this:
--Colin
Code: Select all
// Use T1 probe as temperature and overheat functions
ReefAngel.TempProbe = T1_PROBE;
ReefAngel.OverheatProbe = T1_PROBE;
Re: heater
well I'm not doing code yet I am just using the wizard so what temp probe does that use
Re: heater
T1, the first one.