ESP32-TelloDrone

A class to communicate with a Tello Drone.

Read the SDK for further information about what commmands you can send to the drone

// create instance of the class
TelloDrone drone;

// connect to wifi - paramters are 'ssid' and 'password'
drone.connect("tello2", "");

// send a command to the drone
sendCommand("command");
sendCommand("battery?");