Make string support generic (issue #1807)

This commit is contained in:
Benoit Blanchon
2023-03-13 12:19:05 +01:00
parent 42ae8c3037
commit c89a2025ce
10 changed files with 141 additions and 90 deletions

View File

@ -3,7 +3,6 @@
// MIT License
#define ARDUINOJSON_ENABLE_PROGMEM 1
#define ARDUINOJSON_ENABLE_ARDUINO_STRING 1
#include "custom_string.hpp"
#include "progmem_emulation.hpp"