Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | o Letting each sensor use the configured update interval. | Trygve Laugstøl | 2015-06-21 | 1 | -50/+42 |
| | | | | | o Changing the ID of the "get value" command. It has to include the sensor index when used as a notification message. Dunno if this is the best strategy. I guess messages are cheap, but complexity is expensive. | ||||
* | o Moving the settings/persistence code to the end of the file. | Trygve Laugstøl | 2015-06-21 | 1 | -94/+96 |
| | |||||
* | o Use the values from the code instead of generating new default values. | Trygve Laugstøl | 2015-06-21 | 1 | -31/+19 |
| | |||||
* | o Getting the loading/saving of settings to work. | Trygve Laugstøl | 2015-06-21 | 1 | -50/+19 |
| | | | | o Doing sm_setup() once only, doesn't depend on the RF parts. | ||||
* | o Creating a way to configure the code for multiple boards. Look at config.h | Trygve Laugstøl | 2015-02-28 | 1 | -57/+72 |
| | |||||
* | o Showing the value of the illegal command. | Trygve Laugstøl | 2015-02-28 | 1 | -2/+4 |
| | |||||
* | o Support for prototype-b board. | Trygve Laugstøl | 2015-02-26 | 1 | -2/+149 |
| | |||||
* | o Making the device blink when connected. | Trygve Laugstøl | 2015-01-19 | 1 | -12/+45 |
| | |||||
* | o Fixing a couple of embarrasing bugs after using arduino-mk. | Trygve Laugstøl | 2015-01-18 | 1 | -7/+4 |
| | |||||
* | o Adding another sensor for prototype board #1. | Trygve Laugstøl | 2015-01-11 | 1 | -2/+3 |
| | | | | o Fixing a bug, the values are 10 bits so they need a uint16_t to fit. | ||||
* | o Implementing reading of values from the real thing. | Trygve Laugstøl | 2015-01-08 | 1 | -5/+34 |
| | |||||
* | o Adding an operation to set the wanted update interval. | Trygve Laugstøl | 2015-01-04 | 1 | -7/+39 |
| | | | | | Useful for debugging to stream values and later devices where this can control how often the values are broadcasted. | ||||
* | o Reworking the code after implementing much more on the Android app. | Trygve Laugstøl | 2015-01-04 | 1 | -42/+192 |
| | |||||
* | o Initial import of trygvis.io soil moisture device. | Trygve Laugstøl | 2014-12-27 | 1 | -0/+91 |