Update LoRaWAN.cpp
This commit is contained in:
parent
547328f375
commit
0b872e09bf
1 changed files with 3 additions and 0 deletions
|
@ -1,5 +1,8 @@
|
||||||
#include "LoRaWAN.h"
|
#include "LoRaWAN.h"
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
#if defined(ESP8266) || defined(ESP32)
|
||||||
|
#include "esp_attr.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
#if !RADIOLIB_EXCLUDE_LORAWAN
|
#if !RADIOLIB_EXCLUDE_LORAWAN
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue