Tello-api-client
Usage
import { TelloClient } from 'tello-api-client'
const cli = new TelloClient(IP_ADRESS, PORT);
cli.command();
cli.takeoff();
setTimeout(() => {
cli.land();
}, 5000);Last updated
import { TelloClient } from 'tello-api-client'
const cli = new TelloClient(IP_ADRESS, PORT);
cli.command();
cli.takeoff();
setTimeout(() => {
cli.land();
}, 5000);Last updated