Update my_user_config.h

This commit is contained in:
eeak 2018-11-01 17:49:03 +02:00 committed by GitHub
parent 3ff97d5c1e
commit f1ce6d57da
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -178,6 +178,7 @@
#define HUMIDITY_RESOLUTION 1 // [HumRes] Maximum number of decimals (0 - 3) showing sensor Humidity
#define PRESSURE_RESOLUTION 1 // [PressRes] Maximum number of decimals (0 - 3) showing sensor Pressure
#define ENERGY_RESOLUTION 3 // [EnergyRes] Maximum number of decimals (0 - 5) showing energy usage in kWh
//#define USE_MMHG // Use mmHg instead of hPa
/*********************************************************************************************\
* END OF SECTION 1
@ -385,8 +386,6 @@
#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
\*********************************************************************************************/