Merge pull request #8118 from Jason2866/patch-2

Capitalization
This commit is contained in:
Theo Arends 2020-04-10 18:41:09 +02:00 committed by GitHub
commit 6e08cf93d3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
//
// Compat with ESP32
//
#include <httpUpdate.h>
#include <HTTPUpdate.h>
#define ESPhttpUpdate httpUpdate
inline HTTPUpdateResult ESPhttpUpdate_update(const String& url, const String& currentVersion = "")