feat: v0.3.5 — full boot working, fresh JWT every boot, it_node_checkin operational

This commit is contained in:
2026-06-07 15:15:48 +02:00
parent 5970edd06a
commit 2720233964
3 changed files with 17 additions and 10 deletions

View File

@@ -16,14 +16,15 @@ def run_access_control(cfg, caps):
if not caps.get('has_nfc'):
print('[access_control] ERROR: no NFC hardware detected')
return
while True:
utime.sleep(60)
# TODO: init PN532
# TODO: wait for badge tap
# TODO: read UID from NTAG424
# TODO: challenge/verify against cfg['base_url']
# TODO: challenge/verify against cfg['identity_tag_url']
# TODO: trigger relay on success if has_relay
while True:
print('[access_control] waiting for badge...')
utime.sleep(2)
utime.sleep(2)