-
Notifications
You must be signed in to change notification settings - Fork 107
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
Usage information MTreg #53
Comments
I can confirm this issue.
to ensure that MTreg on device (BH1750) and object (library) mathches. /Bjarne |
As a work-around, I will suggest to manually call
|
As you can see, I used the MTreg value to capture outdoor light.

It reveals an error. The esp8266 is in deep sleep, therefore it restart completely and the saved MTreg value in the library get lost. But the sensor itself uses another MTreg value. I have no idea how to solve the problem in a nice way, but some thoughts:
begin()
some resetting to the default MTregThe text was updated successfully, but these errors were encountered: