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