You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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);
The text was updated successfully, but these errors were encountered:
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);
The text was updated successfully, but these errors were encountered: