You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Linux: Distributed as part of the Linux kernel, but we have not yet tested on Linux platform, and the following instructions are all under Windows platform.
241
282
242
-
2. Start esp8266 and connect it to the device to be debugged
283
+
2. Start ESP chip and connect it to the device to be debugged
243
284
244
285
3. Connect it with usbip:
245
286
246
287
```bash
247
288
# HID Mode only
248
289
# for pre-compiled version on SourceForge
249
290
# or usbip old version
250
-
.\usbip.exe -D -a <your-esp8266-ip-address> 1-1
291
+
.\usbip.exe -D -a <your-esp-device-ip-address> 1-1
@@ -330,7 +371,7 @@ When this project is updated, you can update the firmware over the air.
330
371
Visit the following website for OTA operations: [online OTA](http://corsacota.surge.sh/?address=dap.local:3241)
331
372
332
373
333
-
For most ESP8266 devices, you don't need to care about flash size. However, improper setting of the flash size may cause the OTA to fail. In this case, please change the flash size with `idf.py menuconfig`, or modify `sdkconfig`:
374
+
For most devices, you don't need to care about flash size. However, improper setting of the flash size may cause the OTA to fail. In this case, please change the flash size with `idf.py menuconfig`, or modify `sdkconfig`:
When the TCP connection is established, bridge will try to resolve the text sent for the first time. When the text is a valid baud rate, bridge will switch to it.
422
+
When the TCP connection is established, bridge will try to resolve the text sent for the first packet. When the text is a valid baud rate, bridge will switch to it.
382
423
For example, sending the ASCII text `115200` will switch the baud rate to 115200.
0 commit comments