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

Compile warnings for unused variable "result" #44

Open orcaman98 opened 6 years ago

orcaman98 commented 6 years ago

I believe it comes from line 232 of Emonlib.cpp not being inside the "if" that uses it.. I get this error for both my own program and the example program for Arduino. Anyone want to confirm?

rwensley commented 1 year ago

I am attempting to us an Adafruit ESP32-S3 2M PSRAM and received the error noted in this issue.

Error message attached.

error message ESP32-S3.txt