Skip to content

Commit

Permalink
Changing to metric default for PR.
Browse files Browse the repository at this point in the history
  • Loading branch information
shampeon committed Jan 20, 2020
1 parent 3b8fb7a commit b0cfc47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mitsubishi2mqtt/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit b0cfc47

Please sign in to comment.