mirror of
https://github.com/espressif/esp-matter.git
synced 2026-04-27 19:13:13 +00:00
e6d74cc2e7
`tools/mfg_tool` is moved to esp-matter-tools repo: https://github.com/espressif/esp-matter-tools/tree/main/mfg_tool. It is released on pypi: https://pypi.org/project/esp-matter-mfg-tool and can be installed by running `pip install esp-matter-mfg-tool`
691 B
691 B
Manufacturing Partition Generator Utility
mfg_tool is a python utility to help generate the matter manufacturing partitions.
This tool has been moved to esp-matter-tools repository and is released on PyPi (Python Package Index) as esp-matter-mfg-tool.
Installing esp-matter-mfg-tool
python3 -m pip install esp-matter-mfg-tool
Usage examples
esp-matter-mfg-tool -h lists the mandatory as well as optional arguments.
Other usage examples can be found in esp-matter-tools repository