src/eric7/Documentation/Source/eric7.MicroPython.MipPackageDialog.html

branch
mpy_network
changeset 9979
dbafba79461d
parent 9844
2f3d623f7617
child 10479
856476537696
diff -r f878ae1e6d21 -r dbafba79461d src/eric7/Documentation/Source/eric7.MicroPython.MipPackageDialog.html
--- a/src/eric7/Documentation/Source/eric7.MicroPython.MipPackageDialog.html	Sat Apr 15 11:12:30 2023 +0200
+++ b/src/eric7/Documentation/Source/eric7.MicroPython.MipPackageDialog.html	Sat Apr 15 18:22:09 2023 +0200
@@ -104,14 +104,15 @@
 <dl>
 <dt>Return:</dt>
 <dd>
-tuple containing the package name, package version and a flag,
-            indicating to install the package as '.mpy ' files
+tuple containing the package name, package version, a flag indicating
+            to install the package as '.mpy ' file, the target directory on the device
+            and the package index to get the package from
 </dd>
 </dl>
 <dl>
 <dt>Return Type:</dt>
 <dd>
-tuple of (str, str, bool)
+tuple of (str, str, bool, str, str)
 </dd>
 </dl>
 <div align="right"><a href="#top">Up</a></div>

eric ide

mercurial