aboutsummaryrefslogtreecommitdiff
path: root/vfd-backend/conf/application.conf
diff options
context:
space:
mode:
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