From 1fa03abcffabbf8c8b19084cb05846fca5fe4792 Mon Sep 17 00:00:00 2001 From: Scott Murray Date: Tue, 7 Jun 2022 15:36:10 -0400 Subject: Add VIS vehicle signal support Update the use of the Navigation API from libqtappfw for its rework to use VIS signals instead of the previous signal-composer usage. Bug-AGL: SPEC-4409, SPEC-4426 Signed-off-by: Scott Murray Change-Id: I50928e1a4ef723335d81f00dec9d5982f542fac4 --- app/navigation.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/navigation.qml') diff --git a/app/navigation.qml b/app/navigation.qml index d8f56a1..1216249 100644 --- a/app/navigation.qml +++ b/app/navigation.qml @@ -566,7 +566,7 @@ ApplicationWindow { { // Arrive at your destination btn_guidance.sts_guide = 0 - navigation.broadcastStatus("arrived") + navigation.broadcastStatus("Arrived") } }else{ setNextCoordinate(map.currentpostion.latitude, map.currentpostion.longitude,next_direction,root.car_moving_distance) -- cgit 1.2.3-korg