mirror of
https://github.com/meshtastic/firmware.git
synced 2025-04-26 18:09:04 +00:00
fix case of HttpAPI class
This commit is contained in:
parent
3262f732d8
commit
5b4472ab56
@ -39,7 +39,7 @@ HTTPSServer *secureServer;
|
|||||||
HTTPServer *insecureServer;
|
HTTPServer *insecureServer;
|
||||||
|
|
||||||
// Our API to handle messages to and from the radio.
|
// 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
|
// Declare some handler functions for the various URLs on the server
|
||||||
void handleAPIv1FromRadio(HTTPRequest *req, HTTPResponse *res);
|
void handleAPIv1FromRadio(HTTPRequest *req, HTTPResponse *res);
|
||||||
|
@ -135,7 +135,7 @@ const byte FAVICON_DATA[] = {
|
|||||||
// Length of the binary data
|
// Length of the binary data
|
||||||
const int FAVICON_LENGTH = 2238;
|
const int FAVICON_LENGTH = 2238;
|
||||||
|
|
||||||
class httpAPI : public PhoneAPI
|
class HttpAPI : public PhoneAPI
|
||||||
{
|
{
|
||||||
|
|
||||||
public:
|
public:
|
||||||
|
Loading…
Reference in New Issue
Block a user