Removed Print class and converted printTo() to a template method (issue #276)

This commit is contained in:
Benoit Blanchon
2017-04-22 11:33:40 +02:00
parent c3e1677b7d
commit 9afa05e2f4
19 changed files with 147 additions and 173 deletions

View File

@@ -7,8 +7,6 @@
#pragma once
#include "../Print.hpp"
namespace ArduinoJson {
namespace Internals {