mirror of https://github.com/arendst/Tasmota.git
Capitilization
This commit is contained in:
parent
3d5c68b850
commit
b1d4435e67
|
@ -39,7 +39,7 @@
|
|||
#include <StreamString.h>
|
||||
#include <base64.h>
|
||||
|
||||
#include "HTTPClientLight.h"
|
||||
#include "HttpClientLight.h"
|
||||
#include "WiFiClientSecureLightBearSSL.h"
|
||||
|
||||
// #ifdef HTTPCLIENT_1_1_COMPATIBLE
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
#ifdef USE_WEBCLIENT
|
||||
|
||||
#include <berry.h>
|
||||
#include <HTTPClientLight.h>
|
||||
#include <HttpClientLight.h>
|
||||
|
||||
String wc_UrlEncode(const String& text) {
|
||||
const char hex[] = "0123456789ABCDEF";
|
||||
|
|
Loading…
Reference in New Issue