Skip to content

Commit

Permalink
Merge pull request #35 from bkw/increaseTimeout
Browse files Browse the repository at this point in the history
increase timeout for client
  • Loading branch information
eschnou committed Aug 28, 2013
2 parents 049ebf6 + a8bcfc8 commit 55e025d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.js
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 55e025d

Please sign in to comment.