Skip to content

Commit

Permalink
Fix for #132
Browse files Browse the repository at this point in the history
  • Loading branch information
stuartpittaway committed Jun 24, 2022
1 parent 3c5ef5f commit c2bd358
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ESPController/src/webserver_json_requests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -918,7 +918,7 @@ esp_err_t content_handler_monitor2(httpd_req_t *req)

if (cmi[i].valid)
{
bufferused += snprintf(&httpbuf[bufferused], BUFSIZE - bufferused, "%u", cmi[i].voltagemVMin);
bufferused += snprintf(&httpbuf[bufferused], BUFSIZE - bufferused, "%u", cmi[i].voltagemVMax);
}
else
{
Expand Down

0 comments on commit c2bd358

Please sign in to comment.