Skip to content
This repository has been archived by the owner on Feb 4, 2023. It is now read-only.

Commit

Permalink
v1.8.1 to remove unused variable
Browse files Browse the repository at this point in the history
#### Releases v1.8.1

1. Remove unused variable to avoid compiler warning and error
  • Loading branch information
khoih-prog authored Dec 24, 2022
1 parent 3e7002b commit 92e9518
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ String out;
void handleRoot(AsyncWebServerRequest *request)
{
out.reserve(STRING_SIZE);
char temp[70];
//char temp[70];

// clear the String to start over
out = String();
Expand Down

0 comments on commit 92e9518

Please sign in to comment.