Merge pull request #9905 from jamesturton/disable_shelly_voltage_mon

Disable SHELLY_VOLTAGE_MON parameter
This commit is contained in:
Theo Arends 2020-11-18 09:03:25 +01:00 committed by GitHub
commit 9bf09e250f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -476,7 +476,7 @@
#define USE_SHELLY_DIMMER // Add support for Shelly Dimmer (+3k code)
#define SHELLY_CMDS // Add command to send co-processor commands (+0k3 code)
#define SHELLY_FW_UPGRADE // Add firmware upgrade option for co-processor (+3k4 code)
#define SHELLY_VOLTAGE_MON // Add support for reading voltage and current measurment (-0k0 code)
// #define SHELLY_VOLTAGE_MON // Add support for reading voltage and current measurment (-0k0 code)
// -- Optional light modules ----------------------
#define USE_WS2812 // WS2812 Led string using library NeoPixelBus (+5k code, +1k mem, 232 iram) - Disable by //