Skip to content

Commit

Permalink
Update Pager.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
remenyo authored Feb 1, 2024
1 parent 0b872e0 commit 7b67a7b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/protocols/Pager/Pager.cpp
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 7b67a7b

Please sign in to comment.