mirror of
https://github.com/ggerganov/ggwave.git
synced 2026-03-24 20:51:10 +08:00
examples : polish the arduino and esp32 examples
This commit is contained in:
@@ -390,7 +390,7 @@ public:
|
||||
#include <stdio.h>
|
||||
|
||||
#ifdef ARDUINO
|
||||
#ifdef ARDUINO_ARCH_AVR
|
||||
#if defined(ARDUINO_ARCH_AVR) || defined(ARDUINO_ARCH_SAMD) || defined(ARDUINO_ARDUINO_NANO33BLE) || defined(ARDUINO_ARCH_MBED_RP2040) || defined(ARDUINO_ARCH_RP2040)
|
||||
#include <avr/pgmspace.h>
|
||||
#else
|
||||
#include <pgmspace.h>
|
||||
|
||||
Reference in New Issue
Block a user