Capitalization

This commit is contained in:
Jason2866 2020-04-10 18:36:10 +02:00 committed by GitHub
parent 93fd5dd618
commit 26aa1672cf
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 = "")