W5100Class::softReset() failes always when PoE module equipped. #209
Labels
topic: code
Related to content of the project itself
type: imperfection
Perceived defect in any part of project
Hardware
Problem
Chip type detection such as
W5100Class::isW5100()
W5100Class::isW5500()
and so on fails except in case of power on reset of W5500, due toW5100Class::softReset()
returns0
.softReset()
will succeed always when PoE receiver module is not equipped.Solution
Increase wait count to 200 ms in
W5100Class::softReset()
, such as:I'm not sure it's really OK to 200.
The text was updated successfully, but these errors were encountered: