From cd680dd6cd4423a9a8339dceb792f849bcda320a Mon Sep 17 00:00:00 2001 From: atse Date: Thu, 20 Jul 2023 17:33:29 +0800 Subject: [PATCH] README: Correct unit of time in reports --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f1bcc1b..88ed2ec 100644 --- a/README.md +++ b/README.md @@ -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` |