Exclude HTTP client from ESP8266 platform (#301)
This commit is contained in:
parent
9ac6503bff
commit
cdeb7947a4
1 changed files with 1 additions and 0 deletions
|
@ -118,6 +118,7 @@
|
|||
|
||||
// RadioLib has ESP8266 driver, this must be disabled to use ESP8266 as platform
|
||||
#define RADIOLIB_EXCLUDE_ESP8266
|
||||
#define RADIOLIB_EXCLUDE_HTTP
|
||||
|
||||
#elif defined(ESP32)
|
||||
// ESP32 boards
|
||||
|
|
Loading…
Add table
Reference in a new issue