CircuitSetup / Expandable-6-Channel-ESP32-Energy-Meter

Hardware & Software documentation for the CircuitSetup Expandable 6 Channel ESP32 Energy Meter. Works with ESPHome and Home Assistant.
https://circuitsetup.us/product/expandable-6-channel-esp32-energy-meter/
MIT License
519 stars 104 forks source link

Missing a ; #1

Closed TundraAP closed 4 years ago

TundraAP commented 4 years ago

I just compiled the 6 channel and in the Energy_Meter.cpp, line 347 is missing a semicolon. Line 347 should be like this:

totalCurrent += AddOn1_totalCurrent;

CircuitSetup commented 4 years ago

Fixed, thanks!