identity-micropython-tag: clean separation from IoT, fix package.json

This commit is contained in:
2026-06-08 21:12:52 +02:00
parent 6d516384a4
commit 9efade68ce
2 changed files with 3 additions and 3 deletions

View File

@@ -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'),

View File

@@ -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
# ============================================================+