10-11-2022, 18:57
(10-11-2022, 17:28)Boky PV Wrote: Hi friends
I have a minor problem.
with the option "true" display imperial units
I keep getting temperature in F
no one knows why this is happening
Thank you Ondra
Hi Ondra,
I think you mean "with the option "true" display metric units I keep getting temperature in F".
Code:
// --------------------------------------------------------------------------------------
// Define Units
// This setting define the units shown on the display when the Weather Cube is working in stand alone mode.
// When the Weather Cube is set to get data from an WeatherDuino receiver,
// the units shown on the OLED display will be the same used on the receiver.
// This means this setting have no effect when GET_WEATHERDUINO_DATA is set to 1
// --------------------------------------------------------------------------------------
const boolean IS_METRIC = true ; // true= Metric Units, false= Imperial unitsDespite it is working for me, I will recheck this tonight with your settings and will come back. It can be a bug!
Rgs.

