From 5361dbfcb6670150073ee690a3adba87f5d04d55 Mon Sep 17 00:00:00 2001 From: wu bobo Date: Wed, 8 Dec 2021 23:15:28 +0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 17a900a..790ea5a 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ sudo make ``` ## Known Problems -1. Currently this library is only for Linux platform; +1. Currently this program is only for Linux platform; 2. Root authority is required to access the VC70C hidraw device; 3. `read_vc_multimeter_hidraw(vc_multimeter_reading*)` will block the current thread until next data is received. This may cause inconvenience of using this library. 4. (minor) When the multimeter is not measuring anything, AC/DC indication in the reading string may be incorrect.