mirror of
				https://github.com/eledio-devices/thirdparty-ArduinoJson.git
				synced 2025-10-31 16:14:11 +01:00 
			
		
		
		
	Added a comment to prevent issue #112
This commit is contained in:
		| @@ -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); | ||||
|   | ||||
| @@ -8,6 +8,7 @@ | ||||
|  | ||||
| void setup() { | ||||
|   Serial.begin(9600); | ||||
|   // delay(1000); <--needed for some boards (like Teensy) | ||||
|  | ||||
|   StaticJsonBuffer<200> jsonBuffer; | ||||
|  | ||||
|   | ||||
| @@ -8,6 +8,7 @@ | ||||
|  | ||||
| void setup() { | ||||
|   Serial.begin(9600); | ||||
|   // delay(1000); <--needed for some boards (like Teensy) | ||||
|  | ||||
|   StaticJsonBuffer<200> jsonBuffer; | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user