Stuart Morton

Results 5 comments of Stuart Morton

Doesn't this only affect printing new numbers? I tried to utilize your changes in a program and it works great when printing once, but if you were to parse the...

@RronKurtishi I was struggling with this same issue for a while. Your solution works for me too. Also worth noting that you need to import `importProvidersFrom` from `@angular/core`. ``` import...

Here is a demo of this implemented. I have not done UTM to MGRS yet only lat long to UTM. https://github.com/ezod/flipperzero-gps/assets/37986821/39d0674c-31fa-40c1-b6ae-aaf5cd713fa7

For the conversion of lat long to UTM, I utilized code written by Chuck Gantz which can be found [here](http://gpsy.com/gpsinfo/geotoutm/). It was originally written in cpp, so I converted it...

Being able to visually describe the direction between your current location and a home location would require a digital compass? You could calculate the distance between your current location and...