1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-06-22 08:22:04 +03:00

add Authorization support for HTTP client

This commit is contained in:
Markus Sattler
2015-12-09 13:51:55 +01:00
parent 62f38bfef3
commit a9ce1b4f2e
3 changed files with 28 additions and 3 deletions

View File

@ -26,6 +26,7 @@
#define CORE_HAS_LIBB64
#define CORE_HAS_BASE64_CLASS
#endif