Merge pull request #485 from mc-hamster/master

update class case of HttpAPI
1.2-legacy
Jm Casler 2020-10-16 19:40:32 -07:00 zatwierdzone przez GitHub
commit c2a1141dfa
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
2 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -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);

Wyświetl plik

@ -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: