We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 438b060 commit a8dfa29Copy full SHA for a8dfa29
1 file changed
Hologram/Network/Modem/EC25.py
@@ -11,13 +11,13 @@
11
from Hologram.Network.Modem.Quectel import Quectel
12
from UtilClasses import ModemResult
13
14
-DEFAULT_EC21_TIMEOUT = 200
+DEFAULT_EC25_TIMEOUT = 200
15
16
17
class EC25(Quectel):
18
usb_ids = [("2c7c", "0125")]
19
20
- def connect(self, timeout=DEFAULT_EC21_TIMEOUT):
+ def connect(self, timeout=DEFAULT_EC25_TIMEOUT):
21
success = super().connect(timeout)
22
return success
23
0 commit comments