You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have found a bug with setting up a callback for the topic DJI_FC_SUBSCRIPTION_TOPIC_BATTERY_SINGLE_INFO_INDEX1
When testing the callback function time->milliseconds always returns a constant value after armed (same a microseconds) where as the other callbacks increase correctly.
We have found a bug with setting up a callback for the topic
DJI_FC_SUBSCRIPTION_TOPIC_BATTERY_SINGLE_INFO_INDEX1
When testing the callback function
time->milliseconds
always returns a constant value after armed (same a microseconds) where as the other callbacks increase correctly.For reference this is the callback function:
And this is how we are creating the callback:
We believe this is a bug with the PSDK and not our code.
The text was updated successfully, but these errors were encountered: