Skip to content

Releases: hybridgroup/node-bebop

Version 0.4.1

14 Feb 01:09

Choose a tag to compare

Changes unknown event from console logging to event.

Release 0.4.0

13 Feb 19:08

Choose a tag to compare

This is a big release that now adds the entire Parrot Bebop command set. This example receives GPS location updates:

drone.connect(function() {
  drone.GPSSettings.resetHome();
  drone.WifiSettings.outdoorSetting(1);

  drone.on("PositionChanged", function(data) {
    console.log(data);
  });

Check out the examples directory for more.

0.3.0

10 Jul 00:06

Choose a tag to compare

update .travis.yml

0.2.0

03 May 22:05

Choose a tag to compare

Update README.md

0.1.0

01 May 21:23

Choose a tag to compare

Update README.md