72 <tr> |
72 <tr> |
73 <td><a href="#EspDevice.__init__">EspDevice</a></td> |
73 <td><a href="#EspDevice.__init__">EspDevice</a></td> |
74 <td>Constructor</td> |
74 <td>Constructor</td> |
75 </tr> |
75 </tr> |
76 <tr> |
76 <tr> |
|
77 <td><a href="#EspDevice.__backupFlash">__backupFlash</a></td> |
|
78 <td>Private slot to backup the currently flashed firmware.</td> |
|
79 </tr> |
|
80 <tr> |
77 <td><a href="#EspDevice.__eraseFlash">__eraseFlash</a></td> |
81 <td><a href="#EspDevice.__eraseFlash">__eraseFlash</a></td> |
78 <td>Private slot to erase the device flash memory.</td> |
82 <td>Private slot to erase the device flash memory.</td> |
79 </tr> |
83 </tr> |
80 <tr> |
84 <tr> |
81 <td><a href="#EspDevice.__flashAddons">__flashAddons</a></td> |
85 <td><a href="#EspDevice.__flashAddons">__flashAddons</a></td> |
90 <td>Private slot to install the esptool package via pip.</td> |
94 <td>Private slot to install the esptool package via pip.</td> |
91 </tr> |
95 </tr> |
92 <tr> |
96 <tr> |
93 <td><a href="#EspDevice.__resetDevice">__resetDevice</a></td> |
97 <td><a href="#EspDevice.__resetDevice">__resetDevice</a></td> |
94 <td>Private slot to reset the connected device.</td> |
98 <td>Private slot to reset the connected device.</td> |
|
99 </tr> |
|
100 <tr> |
|
101 <td><a href="#EspDevice.__restoreFlash">__restoreFlash</a></td> |
|
102 <td>Private slot to restore a previously saved firmware.</td> |
|
103 </tr> |
|
104 <tr> |
|
105 <td><a href="#EspDevice.__showChipID">__showChipID</a></td> |
|
106 <td>Private slot to show the ID of the ESP chip.</td> |
|
107 </tr> |
|
108 <tr> |
|
109 <td><a href="#EspDevice.__showFlashID">__showFlashID</a></td> |
|
110 <td>Private slot to show the ID of the ESP flash chip.</td> |
|
111 </tr> |
|
112 <tr> |
|
113 <td><a href="#EspDevice.__showMACAddress">__showMACAddress</a></td> |
|
114 <td>Private slot to show the MAC address of the ESP chip.</td> |
95 </tr> |
115 </tr> |
96 <tr> |
116 <tr> |
97 <td><a href="#EspDevice.addDeviceMenuEntries">addDeviceMenuEntries</a></td> |
117 <td><a href="#EspDevice.addDeviceMenuEntries">addDeviceMenuEntries</a></td> |
98 <td>Public method to add device specific entries to the given menu.</td> |
118 <td>Public method to add device specific entries to the given menu.</td> |
99 </tr> |
119 </tr> |
160 <dt><i>parent</i> (QObject)</dt> |
180 <dt><i>parent</i> (QObject)</dt> |
161 <dd> |
181 <dd> |
162 reference to the parent object |
182 reference to the parent object |
163 </dd> |
183 </dd> |
164 </dl> |
184 </dl> |
|
185 <a NAME="EspDevice.__backupFlash" ID="EspDevice.__backupFlash"></a> |
|
186 <h4>EspDevice.__backupFlash</h4> |
|
187 <b>__backupFlash</b>(<i></i>) |
|
188 |
|
189 <p> |
|
190 Private slot to backup the currently flashed firmware. |
|
191 </p> |
165 <a NAME="EspDevice.__eraseFlash" ID="EspDevice.__eraseFlash"></a> |
192 <a NAME="EspDevice.__eraseFlash" ID="EspDevice.__eraseFlash"></a> |
166 <h4>EspDevice.__eraseFlash</h4> |
193 <h4>EspDevice.__eraseFlash</h4> |
167 <b>__eraseFlash</b>(<i></i>) |
194 <b>__eraseFlash</b>(<i></i>) |
168 |
195 |
169 <p> |
196 <p> |
202 <b>__resetDevice</b>(<i></i>) |
229 <b>__resetDevice</b>(<i></i>) |
203 |
230 |
204 <p> |
231 <p> |
205 Private slot to reset the connected device. |
232 Private slot to reset the connected device. |
206 </p> |
233 </p> |
|
234 <a NAME="EspDevice.__restoreFlash" ID="EspDevice.__restoreFlash"></a> |
|
235 <h4>EspDevice.__restoreFlash</h4> |
|
236 <b>__restoreFlash</b>(<i></i>) |
|
237 |
|
238 <p> |
|
239 Private slot to restore a previously saved firmware. |
|
240 </p> |
|
241 <a NAME="EspDevice.__showChipID" ID="EspDevice.__showChipID"></a> |
|
242 <h4>EspDevice.__showChipID</h4> |
|
243 <b>__showChipID</b>(<i></i>) |
|
244 |
|
245 <p> |
|
246 Private slot to show the ID of the ESP chip. |
|
247 </p> |
|
248 <a NAME="EspDevice.__showFlashID" ID="EspDevice.__showFlashID"></a> |
|
249 <h4>EspDevice.__showFlashID</h4> |
|
250 <b>__showFlashID</b>(<i></i>) |
|
251 |
|
252 <p> |
|
253 Private slot to show the ID of the ESP flash chip. |
|
254 </p> |
|
255 <a NAME="EspDevice.__showMACAddress" ID="EspDevice.__showMACAddress"></a> |
|
256 <h4>EspDevice.__showMACAddress</h4> |
|
257 <b>__showMACAddress</b>(<i></i>) |
|
258 |
|
259 <p> |
|
260 Private slot to show the MAC address of the ESP chip. |
|
261 </p> |
207 <a NAME="EspDevice.addDeviceMenuEntries" ID="EspDevice.addDeviceMenuEntries"></a> |
262 <a NAME="EspDevice.addDeviceMenuEntries" ID="EspDevice.addDeviceMenuEntries"></a> |
208 <h4>EspDevice.addDeviceMenuEntries</h4> |
263 <h4>EspDevice.addDeviceMenuEntries</h4> |
209 <b>addDeviceMenuEntries</b>(<i>menu</i>) |
264 <b>addDeviceMenuEntries</b>(<i>menu</i>) |
210 |
265 |
211 <p> |
266 <p> |