fix case of HttpAPI class

This commit is contained in:
Jm Casler
2020-10-16 19:38:59 -07:00
parent 3262f732d8
commit 5b4472ab56
2 changed files with 2 additions and 2 deletions

View File

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