README: Correct unit of time in reports

pull/77/head
atse 2023-07-20 17:33:29 +08:00
parent e3e3237d2f
commit cd680dd6cd
1 changed files with 1 additions and 1 deletions

View File

@ -258,7 +258,7 @@ with the following keys.
| Key | Unit | Description |
| --- | :---: | --- |
| `channel` | Integer | Channel `0`, or `1` |
| `time` | Milliseconds | Temperature measurement time |
| `time` | Seconds | Temperature measurement time |
| `adc` | Volts | AD7172 input |
| `sens` | Ohms | Thermistor resistance derived from `adc` |
| `temperature` | Degrees Celsius | Steinhart-Hart conversion result derived from `sens` |