--- a/eric6/Documentation/Source/eric6.MicroPython.MicroPythonDevices.html Fri Feb 12 19:16:12 2021 +0100 +++ b/eric6/Documentation/Source/eric6.MicroPython.MicroPythonDevices.html Fri Feb 12 19:16:59 2021 +0100 @@ -150,6 +150,10 @@ <td>Public method to check, if the device has a configured firmware download URL.</td> </tr> <tr> +<td><a href="#MicroPythonDevice.hasFlashMenuEntry">hasFlashMenuEntry</a></td> +<td>Public method to check, if the device has its own flash menu entry.</td> +</tr> +<tr> <td><a href="#MicroPythonDevice.hasTimeCommands">hasTimeCommands</a></td> <td>Public method to check, if the device supports time commands.</td> </tr> @@ -474,6 +478,25 @@ bool </dd> </dl> +<a NAME="MicroPythonDevice.hasFlashMenuEntry" ID="MicroPythonDevice.hasFlashMenuEntry"></a> +<h4>MicroPythonDevice.hasFlashMenuEntry</h4> +<b>hasFlashMenuEntry</b>(<i></i>) + +<p> + Public method to check, if the device has its own flash menu entry. +</p> +<dl> +<dt>Return:</dt> +<dd> +flag indicating a specific flash menu entry +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +bool +</dd> +</dl> <a NAME="MicroPythonDevice.hasTimeCommands" ID="MicroPythonDevice.hasTimeCommands"></a> <h4>MicroPythonDevice.hasTimeCommands</h4> <b>hasTimeCommands</b>(<i></i>) @@ -707,17 +730,17 @@ <dl> <dt>Return:</dt> <dd> -tuple containing a list of tuples with the board type, a - description and the serial port it is connected at for known device - types and a list of tuples with VID, PID and description for unknown - devices +tuple containing a list of tuples with the board type, the port + description, a description, the serial port it is connected at, the + VID and PID for known device types and a list of tuples with VID, PID + and description for unknown devices </dd> </dl> <dl> <dt>Return Type:</dt> <dd> -tuple of (list of tuples of (str, str, str), list of tuples of - (int, int, str) +tuple of (list of tuples of (str, str, str, str, int, int), + list of tuples of (int, int, str) </dd> </dl> <div align="right"><a href="#top">Up</a></div>