66 <tr> |
66 <tr> |
67 <td><a href="#EspDevice.__backupFlash">__backupFlash</a></td> |
67 <td><a href="#EspDevice.__backupFlash">__backupFlash</a></td> |
68 <td>Private slot to backup the currently flashed firmware.</td> |
68 <td>Private slot to backup the currently flashed firmware.</td> |
69 </tr> |
69 </tr> |
70 <tr> |
70 <tr> |
|
71 <td><a href="#EspDevice.__createEsp32Submenu">__createEsp32Submenu</a></td> |
|
72 <td>Private method to create the ESP32 submenu.</td> |
|
73 </tr> |
|
74 <tr> |
71 <td><a href="#EspDevice.__eraseFlash">__eraseFlash</a></td> |
75 <td><a href="#EspDevice.__eraseFlash">__eraseFlash</a></td> |
72 <td>Private slot to erase the device flash memory.</td> |
76 <td>Private slot to erase the device flash memory.</td> |
73 </tr> |
77 </tr> |
74 <tr> |
78 <tr> |
75 <td><a href="#EspDevice.__firmwareVersionResponse">__firmwareVersionResponse</a></td> |
79 <td><a href="#EspDevice.__firmwareVersionResponse">__firmwareVersionResponse</a></td> |
193 <b>__backupFlash</b>(<i></i>) |
197 <b>__backupFlash</b>(<i></i>) |
194 |
198 |
195 <p> |
199 <p> |
196 Private slot to backup the currently flashed firmware. |
200 Private slot to backup the currently flashed firmware. |
197 </p> |
201 </p> |
|
202 <a NAME="EspDevice.__createEsp32Submenu" ID="EspDevice.__createEsp32Submenu"></a> |
|
203 <h4>EspDevice.__createEsp32Submenu</h4> |
|
204 <b>__createEsp32Submenu</b>(<i></i>) |
|
205 |
|
206 <p> |
|
207 Private method to create the ESP32 submenu. |
|
208 </p> |
198 <a NAME="EspDevice.__eraseFlash" ID="EspDevice.__eraseFlash"></a> |
209 <a NAME="EspDevice.__eraseFlash" ID="EspDevice.__eraseFlash"></a> |
199 <h4>EspDevice.__eraseFlash</h4> |
210 <h4>EspDevice.__eraseFlash</h4> |
200 <b>__eraseFlash</b>(<i></i>) |
211 <b>__eraseFlash</b>(<i></i>) |
201 |
212 |
202 <p> |
213 <p> |
203 Private slot to erase the device flash memory. |
214 Private slot to erase the device flash memory. |
204 </p> |
215 </p> |
205 <a NAME="EspDevice.__firmwareVersionResponse" ID="EspDevice.__firmwareVersionResponse"></a> |
216 <a NAME="EspDevice.__firmwareVersionResponse" ID="EspDevice.__firmwareVersionResponse"></a> |
206 <h4>EspDevice.__firmwareVersionResponse</h4> |
217 <h4>EspDevice.__firmwareVersionResponse</h4> |
207 <b>__firmwareVersionResponse</b>(<i>reply, implementation</i>) |
218 <b>__firmwareVersionResponse</b>(<i>reply</i>) |
208 |
219 |
209 <p> |
220 <p> |
210 Private method handling the response of the latest version request. |
221 Private method handling the response of the latest version request. |
211 </p> |
222 </p> |
212 <dl> |
223 <dl> |
213 |
224 |
214 <dt><i>reply</i> (QNetworkReply)</dt> |
225 <dt><i>reply</i> (QNetworkReply)</dt> |
215 <dd> |
226 <dd> |
216 reference to the reply object |
227 reference to the reply object |
217 </dd> |
|
218 <dt><i>implementation</i> (dict)</dt> |
|
219 <dd> |
|
220 dictionary containing the implementation data of the |
|
221 connected device |
|
222 </dd> |
228 </dd> |
223 </dl> |
229 </dl> |
224 <a NAME="EspDevice.__flashAddons" ID="EspDevice.__flashAddons"></a> |
230 <a NAME="EspDevice.__flashAddons" ID="EspDevice.__flashAddons"></a> |
225 <h4>EspDevice.__flashAddons</h4> |
231 <h4>EspDevice.__flashAddons</h4> |
226 <b>__flashAddons</b>(<i></i>) |
232 <b>__flashAddons</b>(<i></i>) |
499 <div align="right"><a href="#top">Up</a></div> |
505 <div align="right"><a href="#top">Up</a></div> |
500 <hr /> |
506 <hr /> |
501 <hr /> |
507 <hr /> |
502 <a NAME="createDevice" ID="createDevice"></a> |
508 <a NAME="createDevice" ID="createDevice"></a> |
503 <h2>createDevice</h2> |
509 <h2>createDevice</h2> |
504 <b>createDevice</b>(<i>microPythonWidget, deviceType, vid, pid, boardName</i>) |
510 <b>createDevice</b>(<i>microPythonWidget, deviceType, vid, pid, boardName, serialNumber</i>) |
505 |
511 |
506 <p> |
512 <p> |
507 Function to instantiate a MicroPython device object. |
513 Function to instantiate a MicroPython device object. |
508 </p> |
514 </p> |
509 <dl> |
515 <dl> |