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

Compiler warning with BlueDot_BME280 driver #16

Open
hoekma opened this issue Oct 15, 2021 · 0 comments
Open

Compiler warning with BlueDot_BME280 driver #16

hoekma opened this issue Oct 15, 2021 · 0 comments

Comments

@hoekma
Copy link

hoekma commented Oct 15, 2021

Thank you for making this wonderful library available! I'm receiving the following compiler warning. It does allow me to upload my sketch; my code works and the sensor reads properly using your driver. I am using an ESP32 Dev Module.

In file included from /Users/{redacted}/Documents/Arduino/libraries/BlueDot_BME280_Library/BlueDot_BME280.h:9:0, from /Users/{redacted}/Documents/Arduino/libraries/BlueDot_BME280_Library/BlueDot_BME280.cpp:10: /Users//{redacted}/Library/Arduino15/packages/esp32/hardware/esp32/1.0.5/libraries/Wire/src/Wire.h: In member function 'uint8_t BlueDot_BME280::readByte(byte)': /Users/{redacted}/Library/Arduino15/packages/esp32/hardware/esp32/1.0.5/libraries/Wire/src/Wire.h:103:13: note: candidate 1: uint8_t TwoWire::requestFrom(int, int) uint8_t requestFrom(int address, int size); ^ /Users/{redacted}/Library/Arduino15/packages/esp32/hardware/esp32/1.0.5/libraries/Wire/src/Wire.h:101:13: note: candidate 2: uint8_t TwoWire::requestFrom(uint8_t, uint8_t) uint8_t requestFrom(uint8_t address, uint8_t size);

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

No branches or pull requests

1 participant