-
Notifications
You must be signed in to change notification settings - Fork 106
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
Error compiling 'BME_280_BRZO_I2C_Test.ino' #35
Comments
Yes, I am aware of this bug. I am not sure why the compiler is not seeing the Brzo include define. Comment out/remove the #ifdef _BRZO_I2C_h at the top of the BME280I2C_BRZO.cpp and the #endif at the end.
Tyler
|
In file
|
Pull down the latest version and try again. I wasn't getting the same compile errors as you, but I did fix some things. I was getting a bug with : |
Still no go. Test procedure is now:
|
Alright, I had committed the wrong file last night. With a fresh checkout as of 10/10/2017 10:26am MST: -Modify I am getting a successful compile. |
Confirmed working! The example file now compiles with the instructions you've provided and I am now able to successfully read data from a test BME280 device connected to D1/D2 on a Wemos D1 mini. Thank you so much for your work on this and the crazy-fast turnaround on squashing bugs, I really appreciate it! |
Outlined in #36. |
Process:
C:\arduino-1.8.4\portable
NodeMCU 1.0 (ESP-12E Module)
from Board ManagerBrzo I2C
Version 1.31 from Library ManagerBME280
Version 2.2.0 from Library ManagerBME280_BRZO_I2C_Test
The text was updated successfully, but these errors were encountered: