dronetag / drone-scanner

Multi-platform mobile application for receiving Remote ID information broadcasted by nearby UAVs, compatible with ASTM F3411, ASD-STAN prEN 4709-002 standards
142 stars 28 forks source link

Hard Crash - Area Radius #55

Closed JustDaveIII closed 11 months ago

JustDaveIII commented 1 year ago

The IOS app (v1.8.1) will crash when the Area Radius (in the Operator ID section) exceeds 259 meters. 260 will crash it.

The radius is divided by 10 before transmitting. So this app needs to multiply by 10 to display.

A WAG is that a display var is a byte and a int is what's needed. ICBW.

matejglejtek commented 11 months ago

Fixed in the version 1.8.5 by updating flutter-opendroneid package.

JustDaveIII commented 11 months ago

Ant idea when a new IOS app will be published with this and other bug fixes?