Added a comment to prevent issue #112

This commit is contained in:
Benoit Blanchon
2015-09-27 14:18:14 +02:00
parent 7cf6fe6d62
commit d5e25b12b8
3 changed files with 3 additions and 0 deletions

View File

@ -10,6 +10,7 @@ using namespace ArduinoJson::Internals;
void setup() {
Serial.begin(9600);
// delay(1000); <--needed for some boards (like Teensy)
IndentedPrint serial(Serial);
serial.setTabSize(4);