[HTTP] Fixed exclusion macros
This commit is contained in:
parent
152d3d3da3
commit
dc4c588bae
1 changed files with 6 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue