default network hardware to detect w5000

This commit is contained in:
technyon
2023-02-03 21:06:14 +01:00
parent 4a39d47e09
commit d4bf7b0d7e
3 changed files with 19 additions and 14 deletions

View File

@@ -8,8 +8,8 @@
enum class W5500Variant
{
Generic = 1,
M5StackAtomPoe = 2
Generic = 2,
M5StackAtomPoe = 3
};
class W5500Device : public NetworkDevice