70 <tr> |
70 <tr> |
71 <td><a href="#EspDevice.__eraseFlash">__eraseFlash</a></td> |
71 <td><a href="#EspDevice.__eraseFlash">__eraseFlash</a></td> |
72 <td>Private slot to erase the device flash memory.</td> |
72 <td>Private slot to erase the device flash memory.</td> |
73 </tr> |
73 </tr> |
74 <tr> |
74 <tr> |
|
75 <td><a href="#EspDevice.__firmwareVersionResponse">__firmwareVersionResponse</a></td> |
|
76 <td>Private method handling the response of the latest version request.</td> |
|
77 </tr> |
|
78 <tr> |
75 <td><a href="#EspDevice.__flashAddons">__flashAddons</a></td> |
79 <td><a href="#EspDevice.__flashAddons">__flashAddons</a></td> |
76 <td>Private slot to flash some additional firmware images.</td> |
80 <td>Private slot to flash some additional firmware images.</td> |
77 </tr> |
81 </tr> |
78 <tr> |
82 <tr> |
79 <td><a href="#EspDevice.__flashMicroPython">__flashMicroPython</a></td> |
83 <td><a href="#EspDevice.__flashMicroPython">__flashMicroPython</a></td> |
92 <td>Private slot to restore a previously saved firmware.</td> |
96 <td>Private slot to restore a previously saved firmware.</td> |
93 </tr> |
97 </tr> |
94 <tr> |
98 <tr> |
95 <td><a href="#EspDevice.__showChipID">__showChipID</a></td> |
99 <td><a href="#EspDevice.__showChipID">__showChipID</a></td> |
96 <td>Private slot to show the ID of the ESP chip.</td> |
100 <td>Private slot to show the ID of the ESP chip.</td> |
|
101 </tr> |
|
102 <tr> |
|
103 <td><a href="#EspDevice.__showFirmwareVersions">__showFirmwareVersions</a></td> |
|
104 <td>Private slot to show the firmware version of the connected device and the available firmware version.</td> |
97 </tr> |
105 </tr> |
98 <tr> |
106 <tr> |
99 <td><a href="#EspDevice.__showFlashID">__showFlashID</a></td> |
107 <td><a href="#EspDevice.__showFlashID">__showFlashID</a></td> |
100 <td>Private slot to show the ID of the ESP flash chip.</td> |
108 <td>Private slot to show the ID of the ESP flash chip.</td> |
101 </tr> |
109 </tr> |
192 <b>__eraseFlash</b>(<i></i>) |
200 <b>__eraseFlash</b>(<i></i>) |
193 |
201 |
194 <p> |
202 <p> |
195 Private slot to erase the device flash memory. |
203 Private slot to erase the device flash memory. |
196 </p> |
204 </p> |
|
205 <a NAME="EspDevice.__firmwareVersionResponse" ID="EspDevice.__firmwareVersionResponse"></a> |
|
206 <h4>EspDevice.__firmwareVersionResponse</h4> |
|
207 <b>__firmwareVersionResponse</b>(<i>reply, implementation</i>) |
|
208 |
|
209 <p> |
|
210 Private method handling the response of the latest version request. |
|
211 </p> |
|
212 <dl> |
|
213 |
|
214 <dt><i>reply</i> (QNetworkReply)</dt> |
|
215 <dd> |
|
216 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> |
|
223 </dl> |
197 <a NAME="EspDevice.__flashAddons" ID="EspDevice.__flashAddons"></a> |
224 <a NAME="EspDevice.__flashAddons" ID="EspDevice.__flashAddons"></a> |
198 <h4>EspDevice.__flashAddons</h4> |
225 <h4>EspDevice.__flashAddons</h4> |
199 <b>__flashAddons</b>(<i></i>) |
226 <b>__flashAddons</b>(<i></i>) |
200 |
227 |
201 <p> |
228 <p> |
233 <h4>EspDevice.__showChipID</h4> |
260 <h4>EspDevice.__showChipID</h4> |
234 <b>__showChipID</b>(<i></i>) |
261 <b>__showChipID</b>(<i></i>) |
235 |
262 |
236 <p> |
263 <p> |
237 Private slot to show the ID of the ESP chip. |
264 Private slot to show the ID of the ESP chip. |
|
265 </p> |
|
266 <a NAME="EspDevice.__showFirmwareVersions" ID="EspDevice.__showFirmwareVersions"></a> |
|
267 <h4>EspDevice.__showFirmwareVersions</h4> |
|
268 <b>__showFirmwareVersions</b>(<i></i>) |
|
269 |
|
270 <p> |
|
271 Private slot to show the firmware version of the connected device and the |
|
272 available firmware version. |
238 </p> |
273 </p> |
239 <a NAME="EspDevice.__showFlashID" ID="EspDevice.__showFlashID"></a> |
274 <a NAME="EspDevice.__showFlashID" ID="EspDevice.__showFlashID"></a> |
240 <h4>EspDevice.__showFlashID</h4> |
275 <h4>EspDevice.__showFlashID</h4> |
241 <b>__showFlashID</b>(<i></i>) |
276 <b>__showFlashID</b>(<i></i>) |
242 |
277 |