it should be these setting:
ethernet:
type: LAN8720
mdc_pin: GPIO23
mdio_pin: GPIO18
clk_mode: GPIO17_OUT
phy_addr: 0
change your ETH_PHY_ADDR to 0
This will not work because your code is wrong.
change -> ETH.begin(ETH_ADDR, ETH_POWER_PIN, ETH_MDC_PIN, ETH_MDIO_PIN, ETH_TYPE, ETH_CLK_MODE); //wrong
in
ETH.begin(ETH_TYPE, ETH_ADDR, ETH_MDC_PIN, ETH_MDIO_PIN, ETH_POWER_PIN , ETH_CLK_MODE); //right
And the code will compile
Hello! Could you please advise me about the board? When I try to write this sketch, I get the following error during compilation.
I installed the latest version of the WebServer_WT32_ETH01.h and PCF8574.h libraries.

do you have downloaded ZIP file and unzip source code to use?
please check where have the invalid UTF-8 code.