mirror of https://github.com/arendst/Tasmota.git
Capitalization
This commit is contained in:
parent
93fd5dd618
commit
26aa1672cf
|
@ -1,7 +1,7 @@
|
||||||
//
|
//
|
||||||
// Compat with ESP32
|
// Compat with ESP32
|
||||||
//
|
//
|
||||||
#include <httpUpdate.h>
|
#include <HTTPUpdate.h>
|
||||||
#define ESPhttpUpdate httpUpdate
|
#define ESPhttpUpdate httpUpdate
|
||||||
|
|
||||||
inline HTTPUpdateResult ESPhttpUpdate_update(const String& url, const String& currentVersion = "")
|
inline HTTPUpdateResult ESPhttpUpdate_update(const String& url, const String& currentVersion = "")
|
||||||
|
|
Loading…
Reference in New Issue