Update Pager.cpp
This commit is contained in:
parent
0b872e09bf
commit
7b67a7b8bb
1 changed files with 4 additions and 0 deletions
|
@ -1,6 +1,10 @@
|
||||||
#include "Pager.h"
|
#include "Pager.h"
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <math.h>
|
#include <math.h>
|
||||||
|
#if defined(ESP8266) || defined(ESP32)
|
||||||
|
#include "esp_attr.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
#if !RADIOLIB_EXCLUDE_PAGER
|
#if !RADIOLIB_EXCLUDE_PAGER
|
||||||
|
|
||||||
#if !RADIOLIB_EXCLUDE_DIRECT_RECEIVE
|
#if !RADIOLIB_EXCLUDE_DIRECT_RECEIVE
|
||||||
|
|
Loading…
Add table
Reference in a new issue