Replies: 1 comment
-
Done in #214 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all,
For the moment, WFB send a RSSI status Mavlink message with a static Vehicule Sys ID and a static component id hard coded line 65 in this file https://github.com/svpcom/wifibroadcast/blob/b610c5030019f41e9b04ea967abfbf6a39cbd709/telemetry/proxy.py
Following the mavlink documentation (https://mavlink.io/en/messages/common.html#MAV_COMP_ID_TELEMETRY_RADIO) I think the component ID 68 should be a better choice.
By the way, it would be great if we can configure this values (compid AND sysid) in the configuration file!
Beta Was this translation helpful? Give feedback.
All reactions