-
Notifications
You must be signed in to change notification settings - Fork 636
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
I2C bus not working with build 3275f49. #2513
Comments
I tried setting BMX280_ADDRESS to 0x00, no change. I also tried having only one sensor defined and that didn't work either. I've returned to a pre-built version using 1.15.0-dev.gitd5273513 and I2C sensors are shown again. |
What Single bme280 should still work?
Not a lot of changes to the i2c & sensors here, but you might find the commit that broke it
|
Odd, I've rebuilt using the same as before, flashed that file and its working now!
Closed. 😁 |
Are you using -latest-base env? |
Yes,
|
I would strongly suggest to git-pull again and rebuild everything. Barring possible hw issues, there's a fatal bug in the toolchain there that happens almost at random (...which I was just reminded of in the esp8266/Arduino repo...)
|
I have just built again and had an |
.bin is already stripped of useful info, so not really. plus, PIO turned out to have a build flags issue that sometimes happens b/c of the way libraries are built, you'd need to |
Possibly similar issue to:
#1672
After building using the following, the I2C bus is not finding my two sensors and reporting 'ERROR 6' in debug.
The text was updated successfully, but these errors were encountered: