Skip to content

Commit 04388ef

Browse files
authored
comment update
1 parent 572179a commit 04388ef

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

SolarCore/HttpResponseHandler.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//
2-
// ErrorHandlers.cpp
2+
// HttpResponseHandler.cpp
33
//
44
//
55
// Created by Leon Vladimirov on 4/8/20.

SolarCore/HttpResponseHandler.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
//
2-
// ErrorHandlers.h
2+
// HttpResponseHandler.h
33
//
44
//
55
// Created by Leon Vladimirov on 4/8/20.
66
//
77

8-
#ifndef ErrorHandlers_h
9-
#define ErrorHandlers_h
8+
#ifndef HttpResponseHandler_h
9+
#define HttpResponseHandler_h
1010

1111
#include "Arduino.h"
1212

@@ -16,4 +16,4 @@
1616

1717
void handleRequest(AsyncWebServerRequest* request, int statusCode);
1818

19-
#endif /* ErrorHandlers_h */
19+
#endif /* HttpResponseHandler_h */

0 commit comments

Comments
 (0)