Page 1 of 1
temperatur unit
Posted: Sun Nov 18, 2012 10:52 am
by baroutas
Hi!!!
How can i change, in the internal memory, the temperature unit from F (farenheit) to C (celsius)?? So when I keep the preloaded code the temperature unit would show me Celsius and not Farenheit.
Re: temperatur unit
Posted: Sun Nov 18, 2012 2:04 pm
by rimai
You cannot change it through internal memory.
This is the code you need to add to convert it to Celsius:
Code: Select all
ReefAngel.SetTemperatureUnit( Celsius );
Re: temperatur unit
Posted: Mon Nov 19, 2012 5:38 am
by baroutas
Fine!!! Thanks Roberto!!!
Re: temperatur unit
Posted: Sun Mar 03, 2013 9:54 pm
by bubbles
If I set the temperature unit to celcius does ReefAngelClass::StandardHeater still have to be specified in farenheit or can it be specified in celcius then?
Thanks.
Re: temperatur unit
Posted: Sun Mar 03, 2013 10:18 pm
by rimai
If you set to Celsius, all temp references must also be in Celsius.
Re: temperatur unit
Posted: Sun Mar 03, 2013 11:55 pm
by bubbles
Awesome, thanks a lot.