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