diff --git a/docs/en/esptool/scripting.rst b/docs/en/esptool/scripting.rst index e4e96608d..4ab354096 100644 --- a/docs/en/esptool/scripting.rst +++ b/docs/en/esptool/scripting.rst @@ -1,7 +1,7 @@ .. _scripting: Embedding into Custom Scripts -============================= +----------------------------- ``esptool.py``, ``espefuse.py``, and ``espsecure.py`` can easily be integrated into Python applications or called from other Python scripts. @@ -12,3 +12,54 @@ While it currently does have a poor Python API, something which `#208