From 4e1c6073ae5c32d1de39f46bdce2914558029902 Mon Sep 17 00:00:00 2001 From: Julian Oes <julian@oes.ch> Date: Tue, 22 Mar 2016 21:28:15 +0100 Subject: [PATCH] px4.config: add SYS_AUTOSTART param for now --- posix-configs/eagle/flight/px4.config | 1 + 1 file changed, 1 insertion(+) diff --git a/posix-configs/eagle/flight/px4.config b/posix-configs/eagle/flight/px4.config index eb16a3a1fd..ef7fdf92e4 100644 --- a/posix-configs/eagle/flight/px4.config +++ b/posix-configs/eagle/flight/px4.config @@ -1,5 +1,6 @@ uorb start qshell start +param set SYS_AUTOSTART 4001 gps start -d /dev/tty-4 sleep 1 df_mpu9250_wrapper start -- GitLab