Skip to content

Commit

Permalink
Bump v1.1 -> v1.2
Browse files Browse the repository at this point in the history
- Adapt Code for usage of RMC instead of GGA which logs information
like Speed and Course over Ground instead of Altitude

- Remove HTTP method and use UDP instead
  • Loading branch information
Shantanoo committed Jul 1, 2019
1 parent 4653103 commit 7f07911
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ def readme():
return f.read()

setup(name='gpsinflux',
version='1.1',
version='1.2',
description='Extract GPS values and store into InfluxDB',
long_description=readme(),
url='https://github.com/iotfablab/gpsinflux',
Expand Down

0 comments on commit 7f07911

Please sign in to comment.