voodootikigod / node-rolling-spider

A library for controlling a Parrot Rolling Spider drone via BLE.
Other
254 stars 112 forks source link

Drone status #90

Closed dkhan11 closed 7 years ago

dkhan11 commented 7 years ago

Hi,

I'm using the latest version on a Swat drone. The main problem is that connecting to a drone which is already flying is working well, but always shows flying is 'false'. Example: {"status": {"flying": false, "stateValue": 0, "battery": 32}

Since the drone is in the air, this is wrong...

Thanks, DD.

lynnaloo commented 7 years ago

This is related to some of the comments in #60. We're looking into the issues with the flying status.

dkhan11 commented 7 years ago

Ok, thank you for the update!