Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/tellojs/src/defaultoptions.ts>defaultOptions

The easy to use tello library written in typescript to control your drones!
Latest
variable defaultOptions
import { defaultOptions } from "https://deno.land/x/tellojs@v1.2.2/src/defaultoptions.ts";

type

{ telloIP: string; telloPort: number; webserver: number; telloStatePort: number; telloVideoPort: number; enhancedLogging: boolean; }