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
And it is almost like case 0x13, but there 4 banks instead of 2.
And I can see a not used method calculateOxygenSensorsPresentB() in Descriptor01. This method is very similar to calculateOxygenSensorsPresent() which used for case 0x13.
I recommend to use of to delete calculateOxygenSensorsPresentB() method, and fix case 0x1D.
The text was updated successfully, but these errors were encountered:
Method calculateStringForData(data:) in Descriptor01 class have some problems. Case 1D is returning an empty string.
As this article says
And it is almost like
case 0x13
, but there 4 banks instead of 2.And I can see a not used method
calculateOxygenSensorsPresentB()
in Descriptor01. This method is very similar tocalculateOxygenSensorsPresent()
which used forcase 0x13
.I recommend to use of to delete
calculateOxygenSensorsPresentB()
method, and fixcase 0x1D
.The text was updated successfully, but these errors were encountered: