Open jo-bru opened 3 years ago
Calling the get_robot_sn() using the following doesn't work (i.e., returns an empty value).
get_robot_sn()
unsigned char robot_sn_char[40]; status_code = api->get_robot_sn(robot_sn_char);
The GetRobotSN was introduced in d73658f.
GetRobotSN
Calling the
get_robot_sn()
using the following doesn't work (i.e., returns an empty value).The
GetRobotSN
was introduced in d73658f.