From 3ff97d5c1e4d6afb06dfb3c76eff6943b35e57f3 Mon Sep 17 00:00:00 2001 From: eeak <39026644+eeak@users.noreply.github.com> Date: Thu, 1 Nov 2018 17:39:13 +0200 Subject: [PATCH] Update my_user_config.h --- sonoff/my_user_config.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sonoff/my_user_config.h b/sonoff/my_user_config.h index 5b721af2a..825c6ad31 100644 --- a/sonoff/my_user_config.h +++ b/sonoff/my_user_config.h @@ -385,6 +385,8 @@ #define USE_RC_SWITCH // Add support for RF transceiver using library RcSwitch (+2k7 code, 460 iram) +//#define USE_MMHG // Use mmHg instead of hPa + /*********************************************************************************************\ * Debug features are only supported in development branch \*********************************************************************************************/