Added fallbacks strlen_P, strncmp_P, strcmp_P and memcpy_P (fixes #1073)

This commit is contained in:
Benoit Blanchon
2019-08-21 09:31:53 +02:00
parent dcca4214f5
commit f00dfd7bfe
6 changed files with 107 additions and 22 deletions

View File

@@ -4,6 +4,8 @@
#pragma once
#include "../Polyfills/pgmspace.hpp"
namespace ARDUINOJSON_NAMESPACE {
class FlashStringAdapter {