issue1967.cpp 359 B

12345678910111213
  1. // ArduinoJson - https://arduinojson.org
  2. // Copyright © 2014-2025, Benoit BLANCHON
  3. // MIT License
  4. // we expect ArduinoJson.h to include <string>
  5. #define ARDUINOJSON_ENABLE_STD_STRING 1
  6. // but we don't want it to included accidentally
  7. #undef ARDUINO
  8. #define ARDUINOJSON_ENABLE_STD_STREAM 0
  9. #define ARDUINOJSON_ENABLE_STRING_VIEW 0
  10. #include <ArduinoJson.h>