aboutsummaryrefslogtreecommitdiff
path: root/README.md
Commit message (Collapse)AuthorAgeFilesLines
* o Trying to improve compatibility with some feature checks.Trygve Laugstøl2018-11-231-0/+12
| | | | o Misc nits.
* o Going back to a bunch of cpp files instead of launcher+bunch of header ↵Trygve Laugstøl2015-07-191-1/+1
| | | | files. This ends up with an easier build file and faster builds with CMake's "OBJECT" library type.
* o Renaming trygvis::soil_moisture to trygvis::sample.Trygve Laugstøl2015-03-221-0/+4
|
* Major improvement in the sm-get-value utility:Trygve Laugstøl2015-02-231-0/+10
o Adding command line option parsing through boost::program_option Current options: --device, --sensor --format selects between CSV and JSON output. --sleep controls single reads vs continuous reads. o Adding JSON output. o Adding support for Release builds without debugging info. Needs improvement.