Change clock mode for wt32-eth01 from 3 to 0 (based on pins_arduino.h

This commit is contained in:
Thomas Basler 2023-02-26 19:48:42 +01:00
parent 4d18ccf01d
commit c0148fcfa9

View File

@ -16,7 +16,7 @@
"mdc": 23, "mdc": 23,
"mdio": 18, "mdio": 18,
"type": 0, "type": 0,
"clk_mode": 3 "clk_mode": 0
} }
} }
] ]