Minor changes in the examples

This commit is contained in:
Benoit Blanchon
2018-06-07 11:21:54 +02:00
parent e86eb0cfdf
commit 393f352b70
3 changed files with 4 additions and 4 deletions

View File

@ -11,7 +11,7 @@ void setup() {
Serial.begin(9600);
while (!Serial) continue;
// The JSON document
// Allocate the JSON document
//
// Inside the brackets, 200 is the RAM allocated to this document.
// Don't forget to change this value to match your requirement.