mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-06-02 21:37:24 +08:00
launchsitl -a option restored (for compatibility with supervision.pl)
This commit is contained in:
@@ -192,7 +192,7 @@ let supervision = fun ?file gui log ->
|
||||
and run_link = fun args ->
|
||||
run_and_monitor ?file gui log "link" args
|
||||
and run_sitl = fun ac_name ->
|
||||
let args = sprintf "%s -boot -norc" ac_name in
|
||||
let args = sprintf "-a %s -boot -norc" ac_name in
|
||||
run_and_monitor ?file gui log "sim" args
|
||||
in
|
||||
|
||||
|
||||
Reference in New Issue
Block a user