From f31d49e1e41c9d0c6b7e2e77c87354016b551ac6 Mon Sep 17 00:00:00 2001 From: follower Date: Tue, 29 Jan 2008 14:43:33 +0000 Subject: [PATCH] Enable sketches to be uploaded without the Arduino being power-cycled--by waiting for a connection again once a sketch has been uploaded. git-svn-id: svn+ssh://oldsvn/home/mlalondesvn/svn/cral@135 3ee9b42a-b53c-0410-a25e-f0b6218d5d5b --- branches/follower/wiz810mj/src/demo/WizDemo6/WizDemo6.pde | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/branches/follower/wiz810mj/src/demo/WizDemo6/WizDemo6.pde b/branches/follower/wiz810mj/src/demo/WizDemo6/WizDemo6.pde index 3934519..cd37492 100644 --- a/branches/follower/wiz810mj/src/demo/WizDemo6/WizDemo6.pde +++ b/branches/follower/wiz810mj/src/demo/WizDemo6/WizDemo6.pde @@ -728,6 +728,7 @@ void setup () { /**/ ///Serial.println("Test sockets..."); + while (1) { NetworkConnection conn = Network.listen(7); ///Serial.println("Waiting for connection..."); @@ -753,7 +754,8 @@ void setup () { ///Serial.println(""); conn.close(); - + } + #if 0 #if 1 #if 1 //b