DasBasti / IndiaNavi_Firmware

ESP32 firmware for Wander Navi outdoor navigation device
MIT License
17 stars 2 forks source link

Height graph information / generic gpx parser #47

Open DasBasti opened 1 year ago

DasBasti commented 1 year ago

The height graph is generated from a specific format of gpx file. Gpx files can have other formats and the device should be able to read them as well.

Support multiple routes as a gpx can have multiple tracks.

Draw path of multiple routes separately.