From a8bcfc8d2f339c61c770919cabbc76d772ca3bd8 Mon Sep 17 00:00:00 2001 From: "Bernhard K. Weisshuhn" Date: Wed, 28 Aug 2013 16:24:09 +0200 Subject: [PATCH] increase timeout for client --- app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.js b/app.js index 92edab7..dcdc33b 100644 --- a/app.js +++ b/app.js @@ -66,7 +66,7 @@ var navdata_options = ( ); // Connect and configure the drone -var client = new arDrone.createClient(); +var client = new arDrone.createClient({timeout:4000}); client.config('general:navdata_demo', 'TRUE'); client.config('video:video_channel', '0'); client.config('general:navdata_options', navdata_options);