Skip to content

Commit 14568a9

Browse files
authored
ble.lwp3.bytecodes: add SPIKE Essential hub
1 parent 1de6f67 commit 14568a9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pybricksdev/ble/lwp3/bytecodes.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,8 @@ class HubKind(IntEnum):
194194

195195
TECHNIC_LARGE = 0x81
196196
"""LEGO SPIKE Prime Hub and MINDSTORMS Robot Inventor hubs."""
197+
TECHNIC_SMALL = 0x83
198+
"""LEGO SPIKE Essential Hub."""
197199

198200
@property
199201
def system(self) -> SystemKind:

0 commit comments

Comments
 (0)