diff --git a/boot_manager.py b/boot_manager.py index 7c416c7..8bfd48f 100644 --- a/boot_manager.py +++ b/boot_manager.py @@ -53,7 +53,7 @@ def _show(lines): def _show_state(state, detail=''): - _show(['Identity IoT', 'WIDE / AEL', '', state, detail]) + _show(['Identity Tag', 'WIDE / AEL', '', state, detail]) # ============================================================================= @@ -314,7 +314,7 @@ def run(): elif state == 'CAPABILITY_DETECT': caps = detect_capabilities(cfg) _show([ - 'Identity IoT', + 'Identity Tag', 'NFC:' + ('Y' if caps['has_nfc'] else 'N') + ' SNS:' + ('Y' if caps['has_sensor'] else 'N') + ' RLY:' + ('Y' if caps['has_relay'] else 'N'), diff --git a/main.py b/main.py index 3debf1d..54a05cc 100644 --- a/main.py +++ b/main.py @@ -1,5 +1,5 @@ # ============================================================+ -# Identity IoT — main.py +# Identity Tag — main.py # (c) Copyright : ae Aeonian Engineering Limited - Hong Kong # (c) Copyright : WIDE di D. Papa - Naples - Italy # ============================================================+