Skip to content

Commit

Permalink
Fixed: round bracket missing on line ecodina#21
Browse files Browse the repository at this point in the history
  • Loading branch information
ecodina authored Oct 24, 2021
1 parent 907ed26 commit 6134ab9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion esp8266-hunter-sprinkler/src/web_server.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
* Configure the paths and start the server.
*/
void setupWebServer() {
if (!MDNS.begin(MDNS_NAME) {
if (!MDNS.begin(MDNS_NAME)) {
Serial.println("Error setting up MDNS responder!");
while (1) {
delay(1000);
Expand Down

0 comments on commit 6134ab9

Please sign in to comment.