mirror of
https://github.com/arduino-libraries/ArduinoHttpClient.git
synced 2025-04-19 21:22:15 +03:00
Tweaks to header file to make it easier to include
This commit is contained in:
parent
3a951081f8
commit
a9a0821cff
@ -5,7 +5,10 @@
|
|||||||
#ifndef HttpClient_h
|
#ifndef HttpClient_h
|
||||||
#define HttpClient_h
|
#define HttpClient_h
|
||||||
|
|
||||||
|
#include <IPAddress.h>
|
||||||
#include "Ethernet.h"
|
#include "Ethernet.h"
|
||||||
|
#include "Client.h"
|
||||||
|
#include <../b64.h>
|
||||||
|
|
||||||
class HttpClient : public Client
|
class HttpClient : public Client
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user