mirror of https://github.com/arendst/Tasmota.git
parent
e4ebee738b
commit
702f44cf04
|
@ -211,7 +211,7 @@ int Xnrg05(byte function)
|
||||||
if (FUNC_PRE_INIT == function) {
|
if (FUNC_PRE_INIT == function) {
|
||||||
Pzem2DrvInit();
|
Pzem2DrvInit();
|
||||||
}
|
}
|
||||||
else if (XNRG_03 == energy_flg) {
|
else if (XNRG_05 == energy_flg) {
|
||||||
switch (function) {
|
switch (function) {
|
||||||
case FUNC_INIT:
|
case FUNC_INIT:
|
||||||
Pzem2SnsInit();
|
Pzem2SnsInit();
|
||||||
|
|
Loading…
Reference in New Issue