Skip to content
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

Fix light sensor issue #44

Merged
merged 1 commit into from
May 18, 2023
Merged

Fix light sensor issue #44

merged 1 commit into from
May 18, 2023

Conversation

spdkimo
Copy link
Collaborator

@spdkimo spdkimo commented May 17, 2023

[Problem] The brightness value of light sensor is incorrect
[Cause] The app is saving illuminance value and error is occurred during conversion process
[Measure] Make the app store MeasuredValue instead of illuminance value

[Problem] The brightness value of light sensor is incorrect
[Cause] The app is saving illuminance value and error is occurred during conversion process
[Measurement] Make the app store MeasuredValue instead of illuminance value
Copy link
Collaborator

@sangsoolee sangsoolee left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@spdkimo spdkimo linked an issue May 18, 2023 that may be closed by this pull request
@spdkimo spdkimo merged commit bfc34b7 into main May 18, 2023
@spdkimo spdkimo deleted the fix/lightsensor branch June 13, 2023 08:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG] Brightness value is incorrect
2 participants