Skip to content

Commit

Permalink
tools/metadata: fix Prime hub kind ID number
Browse files Browse the repository at this point in the history
  • Loading branch information
dlech committed Jun 15, 2021
1 parent 61f4529 commit 08c93a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/metadata.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
metadata-version "1.0.0"
firmware-version output of `git describe --tags --dirty`
device-id one of 0x40, 0x41, 0x80, 0x84
device-id one of 0x40, 0x41, 0x80, 0x81
checksum-type one of "sum", "crc32"
mpy-abi-version number (MPY_VERSION)
mpy-cross-options array of string
Expand Down Expand Up @@ -43,7 +43,7 @@
"move_hub": {"device-id": 0x40, "checksum-type": "sum"},
"city_hub": {"device-id": 0x41, "checksum-type": "sum"},
"technic_hub": {"device-id": 0x80, "checksum-type": "sum"},
"prime_hub": {"device-id": 0x84, "checksum-type": "crc32"},
"prime_hub": {"device-id": 0x81, "checksum-type": "crc32"},
}


Expand Down

0 comments on commit 08c93a9

Please sign in to comment.