Hi,
thanks for uploading your app. I'd like to try it but get this errors. Whats wrong?
$ go run
tello-desktop.go
# command-line-arguments
.\
tello-desktop.go:174:17: flightData.BatteryLow undefined (type *
tello.FlightData has no field or method BatteryLow, but does have
tello.batteryLow)
.\
tello-desktop.go:177:17: flightData.BatteryLower undefined (type *
tello.FlightData has no field or method BatteryLower, but does have
tello.batteryLower)
.\
tello-desktop.go:211:9: drone.Bounce undefined (type *
tello.Driver has no field or method Bounce)
.\
tello-desktop.go:216:9: drone.PalmLand undefined (type *
tello.Driver has no field or method PalmLand)
.\
tello-desktop.go:363:56: flightData.Height undefined (type *
tello.FlightData has no field or method Height, but does have
tello.height)
.\
tello-desktop.go:366:56: flightData.GroundSpeed undefined (type *
tello.FlightData has no field or method GroundSpeed, but does have
tello.groundSpeed)
.\
tello-desktop.go:368:56: flightData.NorthSpeed undefined (type *
tello.FlightData has no field or method NorthSpeed, but does have
tello.northSpeed)
.\
tello-desktop.go:370:56: flightData.EastSpeed undefined (type *
tello.FlightData has no field or method EastSpeed, but does have
tello.eastSpeed)
.\
tello-desktop.go:372:37: flightData.NorthSpeed undefined (type *
tello.FlightData has no field or method NorthSpeed, but does have
tello.northSpeed)
.\
tello-desktop.go:372:92: flightData.EastSpeed undefined (type *
tello.FlightData has no field or method EastSpeed, but does have
tello.eastSpeed)
.\
tello-desktop.go:372:92: too many errors