mirror of
https://github.com/ggerganov/ggwave.git
synced 2026-04-17 11:26:00 +08:00
ggwave : pgmspace.h compatibility with esp32
This commit is contained in:
@@ -390,7 +390,11 @@ public:
|
|||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
|
||||||
#ifdef ARDUINO
|
#ifdef ARDUINO
|
||||||
|
#ifdef ARDUINO_ARCH_AVR
|
||||||
#include <avr/pgmspace.h>
|
#include <avr/pgmspace.h>
|
||||||
|
#else
|
||||||
|
#include <pgmspace.h>
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
class GGWave {
|
class GGWave {
|
||||||
|
|||||||
Reference in New Issue
Block a user