aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Thompson <daniel.thompson@linaro.org>2018-06-18 16:37:46 +0100
committerDaniel Thompson <daniel.thompson@linaro.org>2018-06-18 16:37:46 +0100
commitda73fa32abe97831f8fad031c7ec8fd54487b1c1 (patch)
tree9bd25dd125ff46c22fd9070650fc779efdb5f87e
parent775d9e28fa30f915f6387244d0750d072c604234 (diff)
96btool: Cache the 4Iot category
-rwxr-xr-xbin/96btool1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/96btool b/bin/96btool
index f6e0ceb..c22ed46 100755
--- a/bin/96btool
+++ b/bin/96btool
@@ -77,6 +77,7 @@ category_lookup = {
31: 'Developerbox',
32: 'Hikey 970',
33: 'BPi-NBIoT',
+ 34: '4IoT',
}
def load_json(obj):