From 89bb89f05afe26a6b447529c5e7143adf73834c0 Mon Sep 17 00:00:00 2001 From: follower Date: Tue, 11 Dec 2007 11:33:02 +0000 Subject: [PATCH] Close connection when demo is finished. git-svn-id: svn+ssh://oldsvn/home/mlalondesvn/svn/cral@111 3ee9b42a-b53c-0410-a25e-f0b6218d5d5b --- branches/follower/wiz810mj/src/demo/WizDemo4/WizDemo4.pde | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/branches/follower/wiz810mj/src/demo/WizDemo4/WizDemo4.pde b/branches/follower/wiz810mj/src/demo/WizDemo4/WizDemo4.pde index a4f3416..0e8c0f2 100644 --- a/branches/follower/wiz810mj/src/demo/WizDemo4/WizDemo4.pde +++ b/branches/follower/wiz810mj/src/demo/WizDemo4/WizDemo4.pde @@ -397,7 +397,8 @@ void setup () { } Serial.println("Connected..."); - + + conn.close(); Serial.println("End test and dummy loop"); while (1) {}