mfran89

Results 3 comments of mfran89

I would also like to jump on this thread, I currently am also having issues accessing the flight mode via ``` _disposables.add(drone.getTelemetry().getFlightMode().subscribe(flightMode -> { Log.d(TAG,"flight mode:" + flightMode.name() + "flight...

Yes it did, once I updated to mavsdk 2.1 flight mode was found.

I am currently using implementation to add the library , I tired playing with the exclude command within the implementation and that didnt do the trick either.