-
New Features:
-
Notable Changes:
-
Notable Fixes:
-
Documentation Updates:
- CLI added to the library with the command
tello
- File to start tello-core and tello-server
server.js
in the root folder was moved tosrc
folder an renamed totello-server.js
- The
drone.json
andserver.json
were deleted and their contents combined intoconfig.json
.
- A more reliable connection mechanism was implemented. Resends the connection command after a time without response.
- BREAKING CHANGE:
raw
keyword before a command string ex.raw flip b
was removed. Now you can send SDK commands withoutraw
in the begining of a string command ex.flip b
- Logger module added to
tello.js
- Ffmpeg is now automatically installed when the
npm install
command is executed.
- Init server file for websocket use...
- Logger added: contains 5 log categories (fatal, error, warning, information, success)