Skip to content

Commit 129723a

Browse files
author
Bjoern Kerler
committed
Add support for quectel modules
1 parent a474b79 commit 129723a

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

edl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/python3
1+
#!/usr/bin/env python3
22
# -*- coding: utf-8 -*-
33
# (c) B.Kerler 2018-2025 under GPLv3 license
44
# If you use my code, make sure you refer to my name

edlclient/Config/usb_ids.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,6 @@
4242
[0x1bc7, 0x1201, 0], # Telit LE910C4-NF
4343
[0x05c6, 0x9091, 0],
4444
[0x05c6, 0x9092, 0],
45-
[0x1e0e, 0x9001, -1] # Simcom SIM7600G
45+
[0x1e0e, 0x9001, -1], # Simcom SIM7600G
46+
[0x2c7c, 0x0700, -1] # Quectel BG95-M3
4647
]

0 commit comments

Comments
 (0)