tello-custom-ip
Version:
Tello drone client with custom IP address support, forked from @0x77/tellots
16 lines • 429 B
TypeScript
/**
* Set the IP address for the Tello drone
* @param ip - Custom IP address to use
*/
export declare function setTelloIP(ip: string): void;
/**
* Get the current Tello IP address
* @returns The current IP address
*/
export declare function getTelloIP(): string;
declare const _default: {
setTelloIP: typeof setTelloIP;
getTelloIP: typeof getTelloIP;
};
export default _default;
//# sourceMappingURL=config.d.ts.map