From 10bb6b856f8588f43943015124161675c343cae5 Mon Sep 17 00:00:00 2001 From: Adrian Scillato <35405447+ascillato@users.noreply.github.com> Date: Thu, 6 Sep 2018 15:38:10 -0300 Subject: [PATCH] Fix Compilation of Sonoff Classic Version --- sonoff/sonoff_post.h | 1 + 1 file changed, 1 insertion(+) diff --git a/sonoff/sonoff_post.h b/sonoff/sonoff_post.h index dc49211d1..7504af3b4 100755 --- a/sonoff/sonoff_post.h +++ b/sonoff/sonoff_post.h @@ -137,6 +137,7 @@ void KNX_CB_Action(message_t const &msg, void *arg); #undef USE_PMS5003 // Disable support for PMS5003 and PMS7003 particle concentration sensor #undef USE_NOVA_SDS // Disable support for SDS011 and SDS021 particle concentration sensor #undef USE_PZEM004T // Disable PZEM004T energy sensor +#undef USE_PZEM2 // Disable PZEM003,014,016,017 Energy monitor #undef USE_SERIAL_BRIDGE // Disable support for software Serial Bridge #undef USE_SDM120 // Disable support for Eastron SDM120-Modbus energy meter #undef USE_SDM630 // Disable support for Eastron SDM630-Modbus energy meter