Compare commits
No commits in common. "b51dec345f2cc9279c72d5fc9d4658f7456ec5d6" and "1f4098c73c8c09ee6edeea56aea0d4f63fa99c73" have entirely different histories.
b51dec345f
...
1f4098c73c
@ -553,8 +553,7 @@ void FoodCube::mav_request_data()
|
|||||||
* @description: 向飞控请求指定的参数值
|
* @description: 向飞控请求指定的参数值
|
||||||
* @param {char*} param_id 要请求的参数的名称
|
* @param {char*} param_id 要请求的参数的名称
|
||||||
*/
|
*/
|
||||||
void FoodCube::mav_parameter_data(const char *param_id)
|
void FoodCube::mav_parameter_data(const char* param_id) {
|
||||||
{
|
|
||||||
mavlink_message_t msg;
|
mavlink_message_t msg;
|
||||||
uint8_t buf[MAVLINK_MAX_PACKET_LEN];
|
uint8_t buf[MAVLINK_MAX_PACKET_LEN];
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user