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
But the value of the avgSpeed and speed are different in the iOS and Android.
In iOS in the below method in RNNordicDfu.m it is specified that this parameter is in format of BytesPerSecond but in Android I did not found any format related information.
Is there any way to get the same output with iOS and Android for the speed information? or can I get exactly what is the unit(format) of speed and avgSpeed?
The text was updated successfully, but these errors were encountered:
DhavalKL
changed the title
Discrepancy between speed parameter between iOS and Android
Discrepancy in the speed parameter between iOS and Android
Apr 18, 2024
When the DFU is in process, it is providing the parameters
avgSpeed
andspeed
in the DFUEmitter.addListener.i.e.
But the value of the
avgSpeed
andspeed
are different in the iOS and Android.In iOS in the below method in
RNNordicDfu.m
it is specified that this parameter is in format ofBytesPerSecond
but in Android I did not found any format related information.Is there any way to get the same output with iOS and Android for the speed information? or can I get exactly what is the unit(format) of
speed
andavgSpeed
?The text was updated successfully, but these errors were encountered: