Added support for Printable (closes #1444)

This commit is contained in:
Benoit Blanchon
2021-03-27 14:35:15 +01:00
parent d7f5b56ca4
commit 347ac422f4
8 changed files with 224 additions and 3 deletions

View File

@ -2,7 +2,7 @@
// Copyright Benoit Blanchon 2014-2021
// MIT License
#define ARDUINOJSON_ENABLE_ARDUINO_STREAM 1
#include <Arduino.h>
#include <ArduinoJson.hpp>
#include <catch.hpp>