aboutsummaryrefslogtreecommitdiff
path: root/vfd-backend/conf/application.conf
diff options
context:
space:
mode:
authorJakob Odersky <jodersky@gmail.com>2014-12-26 14:58:11 +0100
committerJakob Odersky <jodersky@gmail.com>2014-12-26 14:58:11 +0100
commit4238db415450ddddfe4c3ebd80fb7f641dd671ec (patch)
tree7c0e5cbee9539cc469cb9bf0d719a28f2600f3ce /vfd-backend/conf/application.conf
parent12ee4250ab270cfd7c48ffa7488a2245ac914f06 (diff)
downloadmavigator-4238db415450ddddfe4c3ebd80fb7f641dd671ec.tar.gz
mavigator-4238db415450ddddfe4c3ebd80fb7f641dd671ec.tar.bz2
mavigator-4238db415450ddddfe4c3ebd80fb7f641dd671ec.zip
refactor ui
Diffstat (limited to 'vfd-backend/conf/application.conf')
-rw-r--r--vfd-backend/conf/application.conf6
1 files changed, 3 insertions, 3 deletions
diff --git a/vfd-backend/conf/application.conf b/vfd-backend/conf/application.conf
index e069b23..c2026a3 100644
--- a/vfd-backend/conf/application.conf
+++ b/vfd-backend/conf/application.conf
@@ -68,12 +68,12 @@ logger.application=DEBUG
uav.system_id=1
# Type of connection to use
-# 'mock' for a sample connection
-uav.connection.type=serial
+# 'mock' or 'serial'
+uav.connection.type=mock
# Mavlink component id used by this connection (not the web frontend),
# in case it needs to inject messages
-uav.connection.component_id=99
+uav.connection.component_id=1
# Delay in milliseconds between heartbeat messages injected by
# the connection