71 <td>Private slot to flash a MicroPython firmware to the device.</td> |
71 <td>Private slot to flash a MicroPython firmware to the device.</td> |
72 </tr><tr> |
72 </tr><tr> |
73 <td><a href="#EspDevice.__installEspTool">__installEspTool</a></td> |
73 <td><a href="#EspDevice.__installEspTool">__installEspTool</a></td> |
74 <td>Private slot to install the esptool package via pip.</td> |
74 <td>Private slot to install the esptool package via pip.</td> |
75 </tr><tr> |
75 </tr><tr> |
|
76 <td><a href="#EspDevice.__resetDevice">__resetDevice</a></td> |
|
77 <td>Private slot to reset the connected device.</td> |
|
78 </tr><tr> |
76 <td><a href="#EspDevice.addDeviceMenuEntries">addDeviceMenuEntries</a></td> |
79 <td><a href="#EspDevice.addDeviceMenuEntries">addDeviceMenuEntries</a></td> |
77 <td>Public method to add device specific entries to the given menu.</td> |
80 <td>Public method to add device specific entries to the given menu.</td> |
78 </tr><tr> |
81 </tr><tr> |
79 <td><a href="#EspDevice.canRunScript">canRunScript</a></td> |
82 <td><a href="#EspDevice.canRunScript">canRunScript</a></td> |
80 <td>Public method to determine, if a script can be executed.</td> |
83 <td>Public method to determine, if a script can be executed.</td> |
144 </dl><a NAME="EspDevice.__installEspTool" ID="EspDevice.__installEspTool"></a> |
147 </dl><a NAME="EspDevice.__installEspTool" ID="EspDevice.__installEspTool"></a> |
145 <h4>EspDevice.__installEspTool</h4> |
148 <h4>EspDevice.__installEspTool</h4> |
146 <b>__installEspTool</b>(<i></i>) |
149 <b>__installEspTool</b>(<i></i>) |
147 <p> |
150 <p> |
148 Private slot to install the esptool package via pip. |
151 Private slot to install the esptool package via pip. |
|
152 </p><a NAME="EspDevice.__resetDevice" ID="EspDevice.__resetDevice"></a> |
|
153 <h4>EspDevice.__resetDevice</h4> |
|
154 <b>__resetDevice</b>(<i></i>) |
|
155 <p> |
|
156 Private slot to reset the connected device. |
149 </p><a NAME="EspDevice.addDeviceMenuEntries" ID="EspDevice.addDeviceMenuEntries"></a> |
157 </p><a NAME="EspDevice.addDeviceMenuEntries" ID="EspDevice.addDeviceMenuEntries"></a> |
150 <h4>EspDevice.addDeviceMenuEntries</h4> |
158 <h4>EspDevice.addDeviceMenuEntries</h4> |
151 <b>addDeviceMenuEntries</b>(<i>menu</i>) |
159 <b>addDeviceMenuEntries</b>(<i>menu</i>) |
152 <p> |
160 <p> |
153 Public method to add device specific entries to the given menu. |
161 Public method to add device specific entries to the given menu. |