-
Notifications
You must be signed in to change notification settings - Fork 808
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not all sensors which have been implemented are shown in SensorActivity #2584
Comments
@marcnause I would be like to work on this issue. |
@samruddhi-Rahegaonkar I have assigned the issue to you. I am not sure what the numbers which are used as keys in in @AsCress You probably added the new sensor implementations during GSoC. Do you remember where the numbers come from? |
@marcnause Solved !👍 |
@marcnause Solved Not all sensors which have been implemented are shown in SensorActivity #2584 |
@marcnause Hi, I have submitted a PR #2589 that resolves this issue. Please let me know if further changes are needed. Thanks! |
Co-authored-by: Anashuman Singh <[email protected]> Co-authored-by: Anashuman Singh <[email protected]>
Completed in #2589. |
Actual Behaviour
SensorActivity does not list all sensors. (9 sensors are listed.)
Expected Behaviour
SensorActivity should list all available sensors. (11 Actvities for sensors exist.)
The reason why not all sensors are listed is probably that there are duplicate keys in
sensorAddr
inSensorActivity
.Steps to reproduce it
LogCat for the issue
N/A
Screenshots of the issue
Would you like to work on the issue?
Maybe.
The text was updated successfully, but these errors were encountered: