[HTTP] Fixed exclusion macros

pull/163/head
jgromes 2020-07-04 21:18:49 +02:00
rodzic 152d3d3da3
commit dc4c588bae
1 zmienionych plików z 6 dodań i 2 usunięć

Wyświetl plik

@ -1,9 +1,11 @@
#if !defined(_RADIOLIB_HTTP_H) && !defined(RADIOLIB_EXCLUDE_HTTP)
#if !defined(_RADIOLIB_HTTP_H)
#define _RADIOLIB_HTTP_H
#include "../../TypeDef.h"
#include "../TransportLayer/TransportLayer.h"
#if !defined(RADIOLIB_EXCLUDE_HTTP)
#include "../TransportLayer/TransportLayer.h"
/*!
\class HTTPClient
@ -67,3 +69,5 @@ class HTTPClient {
};
#endif
#endif