Conversation
|
Thanks @Sybe3010 I'll test it this weekend. |
|
Hi @jgauchia |
Correct. Thanks a lot for your feedback — I’ll keep it in mind when I implement the logic for "when" the point should be recorded. |
| float pdop; /**< Position dilution of precision. */ | ||
| }; | ||
|
|
||
| struct trkPoint |
There was a problem hiding this comment.
Can you add this structure into wayPoint structure? you can add temperature only and reuse the same
| " xmlns=\"http://www.topografix.com/GPX/1/0\"\n" | ||
| " xsi:schemaLocation=\"http://www.topografix.com/GPX/1/0 http://www.topografix.com/GPX/1/0/gpx.xsd\">\n" | ||
| "</gpx>" }; No newline at end of file | ||
| "</gpx>" }; |
There was a problem hiding this comment.
Header is the same you can add "extra" tags in class. If you read GPX 1.0 format, I think that isn't necessary to add Garmin TrackpointExtension
|
|
||
| static const char* TAGGPX PROGMEM = "GPX Tracker"; | ||
|
|
||
| static const char* gpxTrackTag PROGMEM = "trk"; /**< GPX track tag. */ |
There was a problem hiding this comment.
with tinyXml library you can add tags like addWaypoint in GPXParser class, maybe a new method like addTrackPoint with gpx element?
Description
Add a tracking feature, tracks position and elevation. If available also temperature.
Related Issues
Issue: #265
Tests
Currently I haven't done any testing, but the hardware is ordered. So looking to test over two weeks.