From c2593763a0e89d14fd77c8a29dae6d8f94bfece1 Mon Sep 17 00:00:00 2001 From: "Ben V. Brown" Date: Sat, 25 Sep 2021 10:43:09 +1000 Subject: [PATCH] Expand Names --- Translations/make_translation.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Translations/make_translation.py b/Translations/make_translation.py index eb073915..77bb7b81 100755 --- a/Translations/make_translation.py +++ b/Translations/make_translation.py @@ -134,11 +134,11 @@ def get_accel_names_list() -> List[str]: return [ "Scanning", "None", - "MMA", - "LIS", - "BMA", - "MSA", - "SC7", + "MMA8652FC", + "LIS2DH12", + "BMA223", + "MSA301", + "SC7A20", ]