mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-06-04 22:17:01 +08:00
underscore removed
This commit is contained in:
@@ -667,7 +667,7 @@ let listen_waypoint_moved = fun () ->
|
||||
let get_alert_bat_low = fun a _sender vs ->
|
||||
let ac = get_ac vs in
|
||||
let level = Pprz.string_assoc "level" vs in
|
||||
log_and_say a (sprintf "%s %s %s" ac.ac_name "BAT_LOW" level)
|
||||
log_and_say a (sprintf "%s %s %s" ac.ac_name "BAT LOW" level)
|
||||
|
||||
let listen_alert = fun a ->
|
||||
alert_bind "BAT_LOW" (get_alert_bat_low a)
|
||||
|
||||
Reference in New Issue
Block a user