mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-06-05 23:49:00 +08:00
pretty print of flight plans name in gcs
This commit is contained in:
committed by
Felix Ruess
parent
65a6e0c6f3
commit
75be6cff96
@@ -302,7 +302,7 @@ let attributes_pretty_printer = fun attribs ->
|
||||
let valid = fun a ->
|
||||
let a = String.lowercase a in
|
||||
a <> "no" && a <> "strip_icon" && a <> "strip_button" && a <> "pre_call"
|
||||
&& a <> "post_call" && a <> "key" in
|
||||
&& a <> "post_call" && a <> "key" && a <> "group" in
|
||||
|
||||
let sprint_opt = fun b s ->
|
||||
if String.length b > 0 then
|
||||
|
||||
Reference in New Issue
Block a user