diff --git a/src/meshwifi/meshhttp.cpp b/src/meshwifi/meshhttp.cpp index 85e4bf73e..7f26800af 100644 --- a/src/meshwifi/meshhttp.cpp +++ b/src/meshwifi/meshhttp.cpp @@ -39,7 +39,7 @@ HTTPSServer *secureServer; HTTPServer *insecureServer; // Our API to handle messages to and from the radio. -httpAPI webAPI; +HttpAPI webAPI; // Declare some handler functions for the various URLs on the server void handleAPIv1FromRadio(HTTPRequest *req, HTTPResponse *res); diff --git a/src/meshwifi/meshhttp.h b/src/meshwifi/meshhttp.h index 38949b952..4ced96c32 100644 --- a/src/meshwifi/meshhttp.h +++ b/src/meshwifi/meshhttp.h @@ -135,7 +135,7 @@ const byte FAVICON_DATA[] = { // Length of the binary data const int FAVICON_LENGTH = 2238; -class httpAPI : public PhoneAPI +class HttpAPI : public PhoneAPI { public: