Identity IoT: initial release — boot manager, provisioning, sensor/relay

This commit is contained in:
2026-06-08 18:27:38 +02:00
commit d1a28d989c
17 changed files with 1860 additions and 0 deletions

22
.gitignore vendored Normal file
View File

@@ -0,0 +1,22 @@
# Runtime files generated on device — never commit
config.json
identity_seed.bin
identity_pk.b64
identity_jwt.txt
identity_node_uid.txt
# Duplicates / backups
*.copy
*copy*
# Dev junk
blink.py
oled_test.py
wifitest.py
test.py
test_*.py
# VSCode
.vscode/
*.code-workspace
.micropico