-
Notifications
You must be signed in to change notification settings - Fork 34
Closed
Description
The Build CI does not support the setWireTimeout call causing libraries to fail during test.
https://www.arduino.cc/reference/en/language/functions/communication/wire/setwiretimeout/
failed in https://github.com/RobTillaart/DHT20/actions/runs/3069346463/jobs/4957880396
bool DHT20::begin()
{
_wire->begin();
// _wire->setWireTimeout(DHT20_WIRE_TIME_OUT, true); <<<< commented for now to keep the build happy.
return isConnected();
}
System
- OS: (Travis/OSX/Linux/Windows)
ruby -v
:bundle -v
:bundle info arduino_ci
:g++ -v
:- Arduino IDE version:
java -version
:- URL of failing Travis CI job:
- URL of your Arduino project:
(Issue Summary / Feature Request)
Arduino or Unit Test Code, Illustrating the Problem
Arduino Architecture(s) Affected
Metadata
Metadata
Assignees
Labels
No labels