mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-23 17:24:44 +00:00

This commit establishes the foundation for making the esptool_py component idempotent. The following changes are made in this commit: - Removes unnecessary dependency of esp_wifi component on esptool_py. - Add missing esptool_py dependencies to components which directly use esptool_py specific functions or variables but do not declare a public or private dependency.