UNPKG

tello-custom-ip

Version:

Tello drone client with custom IP address support, forked from @0x77/tellots

15 lines (13 loc) 257 B
export const constants = { "hosts": { "remote": "192.168.10.1", "local": "0.0.0.0" }, "ports": { "command": 8889, "response": 8889, "state": 8890, "video": 11111 } } export default constants;