default network hardware to detect w5000
This commit is contained in:
@@ -8,8 +8,8 @@
|
||||
|
||||
enum class W5500Variant
|
||||
{
|
||||
Generic = 1,
|
||||
M5StackAtomPoe = 2
|
||||
Generic = 2,
|
||||
M5StackAtomPoe = 3
|
||||
};
|
||||
|
||||
class W5500Device : public NetworkDevice
|
||||
|
||||
Reference in New Issue
Block a user