Set ARDUINOJSON_DECODE_UNICODE to 1 by default

This commit is contained in:
Benoit Blanchon
2020-07-30 09:49:09 +02:00
parent 4d7f03836c
commit 298864bafe
2 changed files with 2 additions and 1 deletions

View File

@ -164,7 +164,7 @@
// Convert unicode escape sequence (\u0123) to UTF-8
#ifndef ARDUINOJSON_DECODE_UNICODE
#define ARDUINOJSON_DECODE_UNICODE 0
#define ARDUINOJSON_DECODE_UNICODE 1
#endif
// Ignore comments in input