docs: Consistent naming convention for ESP Component Registry

This commit is contained in:
Daniel Paul
2024-05-30 15:55:25 +02:00
committed by BOT
parent 9476733559
commit 658b1de02c
25 changed files with 40 additions and 40 deletions
+1 -1
View File
@@ -571,7 +571,7 @@ The majority of PHY management functionality required by the ESP-IDF Ethernet dr
3. Define chip-specific management call-back functions.
4. Initialize parent IEEE 802.3 object and re-assign chip-specific management call-back functions.
Once you finish the new custom PHY driver implementation, consider sharing it among other users via `IDF Component Registry <https://components.espressif.com/>`_.
Once you finish the new custom PHY driver implementation, consider sharing it among other users via `ESP Component Registry <https://components.espressif.com/>`_.
.. ---------------------------- API Reference ----------------------------------