summaryrefslogtreecommitdiffstats
path: root/app/MidOther.qml
diff options
context:
space:
mode:
authorzheng_wenlong <wenlong_zheng@nexty-ele.com>2019-02-06 13:51:09 +0900
committerzheng_wenlong <wenlong_zheng@nexty-ele.com>2019-02-06 13:53:35 +0900
commit95b45c40f7db39d4a9a0ceb2995b976b0f2792e4 (patch)
tree6d3684d394b5cc74898ccfa811f6434f639d101c /app/MidOther.qml
parenta35b3631420ac051a1b50a00806ee29900f03250 (diff)
Change als-meter-demo by using low-can data. For m3ulcb/h3ulcb board, the usb camera device id is over 10, Detect the camera device from 0 to 19. Change-Id: Icbd0b4327c9c356f40cea320420d149d850e4347 Signed-off-by: zheng_wenlong <wenlong_zheng@nexty-ele.com>
Diffstat (limited to 'app/MidOther.qml')
-rw-r--r--app/MidOther.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/MidOther.qml b/app/MidOther.qml
index 579d5f1..d765414 100644
--- a/app/MidOther.qml
+++ b/app/MidOther.qml
@@ -31,6 +31,6 @@ Item {
fillMode: Image.PreserveAspectFit
asynchronous: true
smooth: true
- source: recirc_mid[recirc]
+ source: recirc_mid[circulation]
}
}