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.
temperatur unit
Re: temperatur unit
You cannot change it through internal memory.
This is the code you need to add to convert it to Celsius:
This is the code you need to add to convert it to Celsius:
Code: Select all
ReefAngel.SetTemperatureUnit( Celsius );
Roberto.
Re: temperatur unit
Fine!!! Thanks Roberto!!!
Re: temperatur unit
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.
Thanks.
Re: temperatur unit
Awesome, thanks a lot.