From 8ade2e5f2d220f3999930d87392ebcd7bb0c4f57 Mon Sep 17 00:00:00 2001 From: Eric Katzfey Date: Tue, 26 Mar 2024 16:28:22 -0700 Subject: [PATCH] Add SYS_AUTOSTART touch in voxl-px4-start --- boards/modalai/voxl2/target/voxl-px4-start | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/boards/modalai/voxl2/target/voxl-px4-start b/boards/modalai/voxl2/target/voxl-px4-start index 5a9149f225..4b0c132cfc 100755 --- a/boards/modalai/voxl2/target/voxl-px4-start +++ b/boards/modalai/voxl2/target/voxl-px4-start @@ -106,8 +106,10 @@ qshell rgbled_ncp5623c start -X -b 1 -f 400 -a 56 # We do not change the value of SYS_AUTOCONFIG but if it does not # show up as used then it is not reported to QGC and we get a -# missing parameter error. +# missing parameter error. Also, we don't use SYS_AUTOSTART but QGC +# complains about it as well. param touch SYS_AUTOCONFIG +param touch SYS_AUTOSTART # ESC driver if [ "$ESC" == "VOXL_ESC" ]; then