Last updated 5 years ago
Was this helpful?
Tello API Client for Node.js. API details:
import { TelloClient } from 'tello-api-client' const cli = new TelloClient(IP_ADRESS, PORT); cli.command(); cli.takeoff(); setTimeout(() => { cli.land(); }, 5000);