From 48a4f76e4271567a7c7649c507668e23345190c3 Mon Sep 17 00:00:00 2001 From: Cristian Maglie Date: Wed, 5 Jun 2013 14:51:15 +0200 Subject: Updated some Bridge examples --- libraries/Bridge/examples/XivelyClient/XivelyClient.ino | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libraries/Bridge/examples/XivelyClient/XivelyClient.ino') diff --git a/libraries/Bridge/examples/XivelyClient/XivelyClient.ino b/libraries/Bridge/examples/XivelyClient/XivelyClient.ino index 67079de..48b1403 100644 --- a/libraries/Bridge/examples/XivelyClient/XivelyClient.ino +++ b/libraries/Bridge/examples/XivelyClient/XivelyClient.ino @@ -38,7 +38,7 @@ void setup() { while(!Console); // wait for Network Console to open Console.println("Xively client"); - // Do a first update immediatly + // Do a first update immediately updateData(); sendData(); lastRequest = millis(); @@ -80,7 +80,7 @@ void sendData() { // Send the HTTP PUT request // Is better to declare the Process here, so when the - // sendData function finishes the resources are immediatly + // sendData function finishes the resources are immediately // released. Declaring it global works too, BTW. Process xively; Console.print("\n\nSending data... "); -- cgit v1.2.3-18-g5258