mirror of
https://github.com/meshtastic/firmware.git
synced 2025-12-21 10:12:50 +00:00
fix case of HttpAPI class
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user