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