Update Pager.cpp

This commit is contained in:
Olivér Remény 2024-02-01 13:40:13 +01:00 committed by GitHub
parent 0b872e09bf
commit 7b67a7b8bb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,6 +1,10 @@
#include "Pager.h"
#include <string.h>
#include <math.h>
#if defined(ESP8266) || defined(ESP32)
#include "esp_attr.h"
#endif
#if !RADIOLIB_EXCLUDE_PAGER
#if !RADIOLIB_EXCLUDE_DIRECT_RECEIVE