Skip to content

Commit a8dfa29

Browse files
Fix typo in ec25
1 parent 438b060 commit a8dfa29

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Hologram/Network/Modem/EC25.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@
1111
from Hologram.Network.Modem.Quectel import Quectel
1212
from UtilClasses import ModemResult
1313

14-
DEFAULT_EC21_TIMEOUT = 200
14+
DEFAULT_EC25_TIMEOUT = 200
1515

1616

1717
class EC25(Quectel):
1818
usb_ids = [("2c7c", "0125")]
1919

20-
def connect(self, timeout=DEFAULT_EC21_TIMEOUT):
20+
def connect(self, timeout=DEFAULT_EC25_TIMEOUT):
2121
success = super().connect(timeout)
2222
return success
2323

0 commit comments

Comments
 (0)