Browse Source

enable Shelly

pull/1155/head
DanielR92 2 years ago
parent
commit
128b9912a1
  1. 4
      src/plugins/zeroExport/zeroExport.h

4
src/plugins/zeroExport/zeroExport.h

@ -54,8 +54,8 @@ class ZeroExport {
switch (mCfg->device) {
case 0:
case 1:
//mCfg->device = Shelly();
//break;
mCfg->device = Shelly();
break;
case 2:
mCfg->device = Hichi();
break;

Loading…
Cancel
Save