examples : polish the arduino and esp32 examples

This commit is contained in:
Georgi Gerganov
2022-07-04 21:14:21 +03:00
parent 273326f393
commit ee6d6158d8
3 changed files with 216 additions and 62 deletions

View File

@@ -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>