Skip to content
This repository has been archived by the owner on Oct 12, 2022. It is now read-only.

Commit

Permalink
Merge pull request #44 from myoung34/tilt_offset
Browse files Browse the repository at this point in the history
Allow temperature and gravity offsets
  • Loading branch information
myoung34 authored Jul 23, 2021
2 parents 0ccc0b3 + e6927a9 commit bcf0187
Show file tree
Hide file tree
Showing 6 changed files with 366 additions and 274 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ The Tilt supports writing to a google doc which you could use with something lik
$ cat <<EOF >config.ini
[general]
sleep_interval = 2 # defaults to 1
gravity_offset = -0.001 # subtract 0.001 gravity
temperature_offset = 3 # add 3 degrees
logging_level = DEBUG # defaults to INFO
logfile = /var/log/foo.log # defaults to stdout
Expand Down
Loading

0 comments on commit bcf0187

Please sign in to comment.