We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3152fbf commit 1c585fbCopy full SHA for 1c585fb
Examples/ex07_EG800Q.py
@@ -1,6 +1,6 @@
1
"""Under Active Development - INCOMPLETE!"""
2
3
-# import dashio
+import dashio
4
from dashio import quectel_EG800Q
5
import time
6
import logging
dashio/__init__.py
@@ -75,7 +75,7 @@
75
from .schedular import Schedular
76
from .tcp_connection import TCPConnection
77
from .zmq_connection import ZMQConnection
78
-from . import quectel_EG800Q
+from .quectel_EG800Q import EG800Q
79
80
__all__ = [
81
'Device',
@@ -84,6 +84,7 @@
84
'ZMQConnection',
85
'DashConnection',
86
'Lte767xConnection',
87
+ 'EG800Q',
88
'ConnectionState',
89
'DashIOCommsModuleConnection',
90
'Schedular',
@@ -146,7 +147,6 @@
146
147
'EventData',
148
'EventLog',
149
'ColorPicker',
- 'quectel_EG800Q'
150
]
151
152
0 commit comments