Closed matthias-bs closed 4 months ago
The following error breaks the CI run for target esp32s3_powerfeather (arduino-esp32 v3.0.0):
/home/runner/Arduino/libraries/PowerFeather-SDK/src/Utils/MasterI2C.h: In constructor 'PowerFeather::MasterI2C::MasterI2C(uint8_t, uint8_t, uint8_t, uint32_t)': /home/runner/Arduino/libraries/PowerFeather-SDK/src/Utils/MasterI2C.h:46:25: error: invalid conversion from 'uint8_t' {aka 'unsigned char'} to 'i2c_port_t' [-fpermissive] 46 | _port(port), _sdaPin(sdaPin), _sclPin(sclPin), _freq(freq) {}; | ^~~~ | | | uint8_t {aka unsigned char}
See https://github.com/PowerFeather/powerfeather-sdk/issues/3
Fixed
The following error breaks the CI run for target esp32s3_powerfeather (arduino-esp32 v3.0.0):