openenergymonitor / EmonLib

Electricity monitoring library - install in Arduino IDE's libraries folder then restart the IDE
openenergymonitor.org
GNU Affero General Public License v3.0
584 stars 418 forks source link

Remove unnecessary variable #47

Closed xkr47 closed 5 years ago

xkr47 commented 5 years ago

We can just break out of the loop.

glynhudson commented 5 years ago

Thanks