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 a00cddb commit 177b07aCopy full SHA for 177b07a
m5stack/libs/base/__init__.py
@@ -6,6 +6,7 @@
6
"ATOMCANBase": "atom_can",
7
"AtomDTULoRaWANBase": "dtu_lorawan",
8
"AtomDTULoRaWANRUI3Base": "dtu_lorawan_rui3",
9
+ "AtomDTUNBIoT": "dtu_nbiot",
10
"ATOMGPSBase": "atom_gps",
11
"ATOMSocketBase": "atom_socket",
12
"ATOMEchoBase": "echo",
m5stack/libs/base/dtu_lorawan_rui3.py
@@ -2,7 +2,7 @@
2
#
3
# SPDX-License-Identifier: MIT
4
5
-from rui3 import RUI3
+from driver.rui3 import RUI3
import sys
if sys.platform != "esp32":
m5stack/libs/base/manifest.py
@@ -11,6 +11,7 @@
"display.py",
"dtu_lorawan.py",
13
"dtu_lorawan_rui3.py",
14
+ "dtu_nbiot.py",
15
"echo.py",
16
"hdriver.py",
17
"motion.py",
0 commit comments