--- a/eric6/Documentation/Source/eric6.MicroPython.PyBoardDevices.html Fri Feb 12 19:16:12 2021 +0100 +++ b/eric6/Documentation/Source/eric6.MicroPython.PyBoardDevices.html Fri Feb 12 19:16:59 2021 +0100 @@ -145,6 +145,10 @@ <td>Public method to get the workspace directory.</td> </tr> <tr> +<td><a href="#PyBoardDevice.hasFlashMenuEntry">hasFlashMenuEntry</a></td> +<td>Public method to check, if the device has its own flash menu entry.</td> +</tr> +<tr> <td><a href="#PyBoardDevice.runScript">runScript</a></td> <td>Public method to run the given Python script.</td> </tr> @@ -497,6 +501,25 @@ str </dd> </dl> +<a NAME="PyBoardDevice.hasFlashMenuEntry" ID="PyBoardDevice.hasFlashMenuEntry"></a> +<h4>PyBoardDevice.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="PyBoardDevice.runScript" ID="PyBoardDevice.runScript"></a> <h4>PyBoardDevice.runScript</h4> <b>runScript</b>(<i>script</i>)