Skip to content

Commit

Permalink
Fix compile error
Browse files Browse the repository at this point in the history
  • Loading branch information
arendst committed Nov 24, 2023
1 parent 01e51b2 commit 22f50ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasmota/tasmota_xnrg_energy/xnrg_07_ade7953.ino
Original file line number Diff line number Diff line change
Expand Up @@ -730,7 +730,7 @@ void Ade7953DrvInit(void) {
}
}
#ifdef USE_ESP32_SPI
#ifdef USE_SHELLY_PRO
#if (defined(USE_SHELLY_PRO) && defined(USE_MCP23XXX_DRV)) || defined(USE_SHELLY_PRO_V2)
if (Ade7953.model == ADE7953_SHELLY_PRO_4PM) {
ShellyPro4Reset();
}
Expand Down

0 comments on commit 22f50ab

Please sign in to comment.