mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-22 20:36:06 +08:00
*** empty log message ***
This commit is contained in:
@@ -61,8 +61,9 @@ let broadcast_msg = fun ac (com, data) ->
|
||||
|
||||
let rssi_period = 5000 (** ms *)
|
||||
let req_rssi = fun ac ->
|
||||
(* Wavecard.send_addressed ac.fd (W.REQ_READ_REMOTE_RSSI, ac.addr,"") *)
|
||||
Wavecard.send ac.fd (W.REQ_READ_LOCAL_RSSI,"")
|
||||
Wavecard.send_addressed ac.fd (W.REQ_READ_REMOTE_RSSI, ac.addr,"")
|
||||
(* let s = String.make 1 (char_of_int 5) in
|
||||
Wavecard.send ac.fd (W.REQ_READ_RADIO_PARAM, s) *)
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user