From b0cfc4724fbb1a954c54d075441cdb2e3e5a8c15 Mon Sep 17 00:00:00 2001 From: Ian Evans Date: Mon, 20 Jan 2020 12:03:55 -0800 Subject: [PATCH] Changing to metric default for PR. --- src/mitsubishi2mqtt/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mitsubishi2mqtt/config.h b/src/mitsubishi2mqtt/config.h index 9ab0334..42e3d58 100644 --- a/src/mitsubishi2mqtt/config.h +++ b/src/mitsubishi2mqtt/config.h @@ -64,4 +64,4 @@ const unsigned int SEND_ROOM_TEMP_INTERVAL_MS = 30000; const unsigned int MQTT_RETRY_INTERVAL_MS = 1000; //1 seconds // temp settings -bool useFahrenheit = true; //to use Fahrenheit change to true +bool useFahrenheit = false; //to use Fahrenheit change to true