sforkowany z mirror/meshtastic-firmware
commit
c2a1141dfa
|
@ -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);
|
||||
|
|
|
@ -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:
|
||||
|
|
Ładowanie…
Reference in New Issue