Open medteck opened 6 years ago
Hi @medteck thanks for posting. It will require a few additions to the ble
package in order to support the functionality you are asking for. I will think about it a bit.
Thank you! :+1:
Hi @deadprogram is there any progress on this topic?
I've tried with:
if(!connexion_initialized && !trying_connection && !robot.Running()) { fmt.Printf("Parrot minidrone is disconnected") }
I've also tries with:robot.Connections().Len()
which returns "1" even after my device turns off.I need it because I want to reconnect to my drone whenever it turns on.