From 60d3aec13304b80f8faaf8a0076f3c6741b1ccc4 Mon Sep 17 00:00:00 2001 From: Georgi Gerganov Date: Sun, 12 Jun 2022 11:55:05 +0300 Subject: [PATCH] ggwave : pgmspace.h compatibility with esp32 --- include/ggwave/ggwave.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/include/ggwave/ggwave.h b/include/ggwave/ggwave.h index 1673f22..37747a4 100644 --- a/include/ggwave/ggwave.h +++ b/include/ggwave/ggwave.h @@ -390,7 +390,11 @@ public: #include #ifdef ARDUINO +#ifdef ARDUINO_ARCH_AVR #include +#else +#include +#endif #endif class GGWave {