8000 Tags · empeg/gpsapp · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: empeg/gpsapp

Tags

v0.18

Toggle v0.18's commit message
Remove mapsonus parser, it is no longer useful.

v0.17

Toggle v0.17's commit message
Set the map scale one step lower, this seems like a reasonable scale for

city driving.
Start the search for the current location based on the previous wp plus
one to avoid jumping back and forth between two waypoints.

v0.16

Toggle v0.16's commit message
Changelog update

v0.15

Toggle v0.15's commit message
Could drop some more now that hack_init and incar are gone.

v0.14

Toggle v0.14's commit message
E/W and '/" switcharoo. Fixed mapsonus parser. Only logging track

information when we're going faster then 2km/h.

v0.13

Toggle v0.13's commit message
Fixed negative coordinates in DMM and DMS formats.

Messed up when drawing the separator as a scale indicator.

v0.12

Toggle v0.12's commit message
Off by one errors

v0.11

Toggle v0.11's commit message
Deprecated specifying the protocol as argument, although it still works,

I basically dropped any references to the old method from the README.

v0.10

Toggle v0.10's commit message
- v0.10

- Updated README, it got outdated fast.
- Don't need to decode the signal level twice with the TSIP protocol.
- Another trivial to implement, but nice suggestion from ellweber. Draw
  a circle/center point for the satellite locations.
- Changed the way we collect satellite signal and position information
  in the NMEA parser to avoid the 'no satellite data' from popping up.
- Try to update the satellite signal screen even before we get a lock.
- Polling the Trimbles more agressively for satellite tracking
  information where there is no fix yet.
- Increased the size of the track log.
- Shortened the time needed for a long-press to switch the screen.
- Trigger the long-press switch as soon as we hit the timeout, before
  the button is released.
- Improved the "Waiting for gps location" and "No satellite data" msgs
  according to tfabris's suggestions.
- Only drawing 8 tracked sats, so we have some room to add more data in
  the satellite screen (# satellites, type of fix, dillution of
  precision). Data isn't there yet though :)
- Left/right button in the route display switches between waypoints.
- Added the handshake that should kick a Tripmate into NMEA mode.

v0.9

Toggle v0.9's commit message
- v0.9

- Added a satellite signal view, seems to work for both TSIP and NMEA.
  Can not be used in either Garmin or TAIP because those protocols don't
  seem to support getting satellite signal and track information.
- Fixed decoding of doubles for Garmin protocol.
- Added simple 'incar' executable, exits with a 'true' value whenever
  we're in dc-mode. Can be used in preinit scripts.
- Shortened the error message timeout to 1 second, got impatient.
- Opening serial non-blocking and set it to blocking after we configure it.
- Explicitly flushing serial output before closing the port.
0