Open 3Domse3 opened 2 months ago
Hello, I just pushed some changes that add GPX support. Do you have the ability to build the app from source? If so, can you build it and see if the GPX support is what you were looking for?
If you can give me a brief guide I could try but I never developed/built something for the Flipper (or even an external project) so I don't know how to set up the env. and the dependencies. But I'd love to try it :)
edit: btw, I can also test the app with my ZED-F9P and MAX-M10S
Flipper has documentation for setting up ufbt and building apps, see https://github.com/flipperdevices/flipperzero-ufbt. To build, just clone this repository and run ufbt in it.
You can also download the file here, I built it for the latest official firmware on my own computer: https://www.dropbox.com/scl/fi/xr6yrd3jqcylwkilwgma7/ublox.fap?rlkey=rr39zuod3ah3xj75ya5ow6hr6&st=xjne10sb&dl=0
oopsie...I forgot to push the GPX code to the repo. The .fap file I linked has GPX support but the repo didn't until just now.
oopsie...I forgot to push the GPX code to the repo. The .fap file I linked has GPX support but the repo didn't until just now.
Oh nice! Will try when I'm back home on the weekend :)
You may be in luck, I actually decided to make a new release and it should get through the application catalog in a couple days. Use the file I provided until 0.5 is up on the app catalog.
You may be in luck, I actually decided to make a new release and it should get through the application catalog in a couple days. Use the file I provided until 0.5 is up on the app catalog.
<3 HUGE thank you for your work. I'll test it with my sensors and if something doesn't work as expected, I'll let you know (or try to fix it myself and push the changes)
Hello, I just pushed some changes that add GPX support. Do you have the ability to build the app from source? If so, can you build it and see if the GPX support is what you were looking for?