fix: package.json add pn532, remove leading slash from main.py

This commit is contained in:
2026-06-08 21:08:31 +02:00
parent 0ed1129feb
commit 6d516384a4

View File

@@ -1,16 +1,17 @@
{
"urls": [
["identity_iot.py", "https://git.aeonianengineering.net/wide/identity-micropython-tag/raw/branch/main/identity_iot.py"],
["identity_iot_ed25519.py", "https://git.aeonianengineering.net/wide/identity-micropython-tag/raw/branch/main/identity_iot_ed25519.py"],
["identity_iot_aes.py", "https://git.aeonianengineering.net/wide/identity-micropython-tag/raw/branch/main/identity_iot_aes.py"],
["sha512.py", "https://git.aeonianengineering.net/wide/identity-micropython-tag/raw/branch/main/sha512.py"],
["boot_manager.py", "https://git.aeonianengineering.net/wide/identity-micropython-tag/raw/branch/main/boot_manager.py"],
["provisioning_server.py", "https://git.aeonianengineering.net/wide/identity-micropython-tag/raw/branch/main/provisioning_server.py"],
["provisioning_nfc.py", "https://git.aeonianengineering.net/wide/identity-micropython-tag/raw/branch/main/provisioning_nfc.py"],
["node_access_control.py", "https://git.aeonianengineering.net/wide/identity-micropython-tag/raw/branch/main/node_access_control.py"],
["node_sensor.py", "https://git.aeonianengineering.net/wide/identity-micropython-tag/raw/branch/main/node_sensor.py"],
["node_relay.py", "https://git.aeonianengineering.net/wide/identity-micropython-tag/raw/branch/main/node_relay.py"],
["/main.py", "https://git.aeonianengineering.net/wide/identity-micropython-tag/raw/branch/main/main.py"]
["identity_iot.py", "https://git.aeonianengineering.net/wide/identity-micropython-tag/raw/branch/main/identity_iot.py"],
["identity_iot_ed25519.py","https://git.aeonianengineering.net/wide/identity-micropython-tag/raw/branch/main/identity_iot_ed25519.py"],
["identity_iot_aes.py", "https://git.aeonianengineering.net/wide/identity-micropython-tag/raw/branch/main/identity_iot_aes.py"],
["sha512.py", "https://git.aeonianengineering.net/wide/identity-micropython-tag/raw/branch/main/sha512.py"],
["boot_manager.py", "https://git.aeonianengineering.net/wide/identity-micropython-tag/raw/branch/main/boot_manager.py"],
["provisioning_server.py", "https://git.aeonianengineering.net/wide/identity-micropython-tag/raw/branch/main/provisioning_server.py"],
["provisioning_nfc.py", "https://git.aeonianengineering.net/wide/identity-micropython-tag/raw/branch/main/provisioning_nfc.py"],
["pn532.py", "https://git.aeonianengineering.net/wide/identity-micropython-tag/raw/branch/main/pn532.py"],
["node_access_control.py", "https://git.aeonianengineering.net/wide/identity-micropython-tag/raw/branch/main/node_access_control.py"],
["node_sensor.py", "https://git.aeonianengineering.net/wide/identity-micropython-tag/raw/branch/main/node_sensor.py"],
["node_relay.py", "https://git.aeonianengineering.net/wide/identity-micropython-tag/raw/branch/main/node_relay.py"],
["main.py", "https://git.aeonianengineering.net/wide/identity-micropython-tag/raw/branch/main/main.py"]
],
"deps": [
["ssd1306", "latest"]