SMerrony / tello

The tello Go (golang) package is an unofficial, easy-to-use, standalone API for the Ryze Tello® drone.
MIT License
80 stars 21 forks source link

Update README.md #6

Closed filippobottega closed 6 years ago

filippobottega commented 6 years ago

Description

This sample doesn't compile because: drone := new(Tello) has to be changed in: drone := new(tello.Tello)

Related Issue

Motivation and Context

How Has This Been Tested?

Types of changes

Checklist:

SMerrony commented 6 years ago

Thanks for that!