Skip to content

Commit 177b07a

Browse files
committed
lib/base: Add DTU NB-IoT-Series base support.
Signed-off-by: tinyu <[email protected]>
1 parent a00cddb commit 177b07a

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

m5stack/libs/base/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
"ATOMCANBase": "atom_can",
77
"AtomDTULoRaWANBase": "dtu_lorawan",
88
"AtomDTULoRaWANRUI3Base": "dtu_lorawan_rui3",
9+
"AtomDTUNBIoT": "dtu_nbiot",
910
"ATOMGPSBase": "atom_gps",
1011
"ATOMSocketBase": "atom_socket",
1112
"ATOMEchoBase": "echo",

m5stack/libs/base/dtu_lorawan_rui3.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33
# SPDX-License-Identifier: MIT
44

5-
from rui3 import RUI3
5+
from driver.rui3 import RUI3
66
import sys
77

88
if sys.platform != "esp32":

m5stack/libs/base/manifest.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
"display.py",
1212
"dtu_lorawan.py",
1313
"dtu_lorawan_rui3.py",
14+
"dtu_nbiot.py",
1415
"echo.py",
1516
"hdriver.py",
1617
"motion.py",

0 commit comments

Comments
 (0)