WARNING [ethernet] The ‘clk_mode’ option is deprecated and will be removed in ESPHome 2026.1. Please update your configuration to use ‘clk’ instead.
Cześć , przy wgrywaniu softa dostaję komunikat o sugestii zmiany clk_mode na clk bo w nowej aktualizacji 2026.01 ma już clk_mode nie działać. Zmieniam clk_mode na coś takiego i mi działa , ale chciałbym się upwenić że to co mi czat zaprotonował jest poprawne i nie będzie sprawiało problemów w przyszłości.
Zminiłem z:
clk_mode: GPIO0_IN
na:
clk:
pin: GPIO0
mode: CLK_EXT_IN
Hi there,
When uploading the software, I’m getting a message suggesting I change clk_mode to clk because clk_mode will no longer work in the 2026.01 update. I’ve changed clk_mode to the following and it works, but I’d like to make sure that what the AI chat suggested is correct and won’t cause problems in the future.
I’ve changed it from:
clk_mode: GPIO0_IN
to:
clk:
pin: GPIO0
mode: CLK_EXT_IN