UNPKG

tello-custom-ip

Version:

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

17 lines 405 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.constants = void 0; exports.constants = { "hosts": { "remote": "192.168.10.1", "local": "0.0.0.0" }, "ports": { "command": 8889, "response": 8889, "state": 8890, "video": 11111 } }; exports.default = exports.constants; //# sourceMappingURL=constants.js.map