Fixed Compilation Bug

#3766
This commit is contained in:
Adrian Scillato 2018-09-11 14:10:51 -03:00 committed by GitHub
parent e4ebee738b
commit 702f44cf04
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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();