Skip to content

Commit

Permalink
New CVS data format. Fixes openbikesensor#144 (openbikesensor#146)
Browse files Browse the repository at this point in the history
* New CVS data format v2.
* Set the time if gps is fresh
* Introduce alternating sensor readings left/right
* Add voltage reading
* display configured distance at startup
* Remove unneeded replacement of newlines in JSON Strings, fixes openbikesensor#148
* Add metadata as url encoded key value pairs as csv headline

Co-authored-by: tobst <[email protected]>
Co-authored-by: Paul Bienkowski <[email protected]>
  • Loading branch information
3 people authored Nov 23, 2020
1 parent c3a919d commit 7b51cad
Show file tree
Hide file tree
Showing 23 changed files with 784 additions and 302 deletions.
2 changes: 1 addition & 1 deletion .github/README-release.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ as either "Pre-release" or final release upon publishing.
Idea is to delete intermediate releases after a while manually.

Version number major part is defined in
`OpenBikeSensorFirmware/OpenBikeSensorFirmware.ino` as OBSVersion.
`OpenBikeSensorFirmware/OpenBikeSensorFirmware.cpp` as OBSVersion.
Just modify the static numeric part, the build script will take
care for the rest.

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
run: |
mkdir bin
echo GITHUB Ref: ${{ github.ref }}
VERSION_STRING=`grep "const char \*OBSVersion =" OpenBikeSensorFirmware/OpenBikeSensorFirmware.ino`
VERSION_STRING=`grep "const char \*OBSVersion =" OpenBikeSensorFirmware/OpenBikeSensorFirmware.cpp`
MAJOR=`echo ${VERSION_STRING} | cut -f2 -d\"`
if [ "${{ github.ref }}" = "refs/heads/master" ]
then
Expand Down
6 changes: 3 additions & 3 deletions .idea/OpenBikeSensorFirmware.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 7b51cad

Please sign in to comment.