MicroPython eric7

Sun, 09 Jan 2022 16:44:17 +0100

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Sun, 09 Jan 2022 16:44:17 +0100
branch
eric7
changeset 8914
e93bd0ef4850
parent 8913
6fcb81c39205
child 8915
97bb2f0f18ec

MicroPython
- added a new VID/PID combination to the esp devices.

eric7/MicroPython/MicroPythonDevices.py file | annotate | diff | comparison | revisions
--- a/eric7/MicroPython/MicroPythonDevices.py	Sun Jan 09 16:29:44 2022 +0100
+++ b/eric7/MicroPython/MicroPythonDevices.py	Sun Jan 09 16:44:17 2022 +0100
@@ -31,6 +31,7 @@
             (0x0403, 0x6015),       # Sparkfun ESP32
             (0x0403, 0x601C),       # FT4222H
             (0x10C4, 0xEA60),       # CP210x
+            (0x1A86, 0x55D4),       # CH343
             (0x1A86, 0x7523),       # HL-340
         ],
         "description": "ESP32, ESP8266",

eric ide

mercurial