We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a474b79 commit 129723aCopy full SHA for 129723a
edl
@@ -1,4 +1,4 @@
1
-#!/usr/bin/python3
+#!/usr/bin/env python3
2
# -*- coding: utf-8 -*-
3
# (c) B.Kerler 2018-2025 under GPLv3 license
4
# If you use my code, make sure you refer to my name
edlclient/Config/usb_ids.py
@@ -42,5 +42,6 @@
42
[0x1bc7, 0x1201, 0], # Telit LE910C4-NF
43
[0x05c6, 0x9091, 0],
44
[0x05c6, 0x9092, 0],
45
- [0x1e0e, 0x9001, -1] # Simcom SIM7600G
+ [0x1e0e, 0x9001, -1], # Simcom SIM7600G
46
+ [0x2c7c, 0x0700, -1] # Quectel BG95-M3
47
]
0 commit comments