Skip to content

error: 'class TwoWire' has no member named 'end' #69

@alexqzd

Description

@alexqzd

Our code stopped compiling today and broke our GitHub Actions workflow with the latest release. We are getting the following error:

.pio/libdeps/esp32dev/Adafruit BusIO@src-de43b9da31d281331630329764ceaa16/Adafruit_I2CDevice.cpp: In member function 'void Adafruit_I2CDevice::end()':
.pio/libdeps/esp32dev/Adafruit BusIO@src-de43b9da31d281331630329764ceaa16/Adafruit_I2CDevice.cpp:44:10: error: 'class TwoWire' has no member named 'end'
   _wire->end();

ESP32 with PlataformIO
platformio/espressif32 @ 3.4.0

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions