fix: correct URLs, add sha512, updated ed25519 and identity_iot

This commit is contained in:
2026-06-03 21:09:45 +02:00
parent f69b3d7542
commit fd21660116
5 changed files with 286 additions and 216 deletions

15
config.json Normal file
View File

@@ -0,0 +1,15 @@
{
"wifi_ssid": "YOUR_SSD",
"wifi_pass": "YOUR_PASSWORD",
"wifi_static": false,
"wifi_ip": "192.168.1.2",
"wifi_mask": "255.255.255.0",
"wifi_gw": "192.168.1.1",
"wifi_dns": "8.8.8.8",
"comm_key": "pm4u5YahhYSZJwGNzpA7QeD0F0O8R8Eo",
"comm_iv": "DPUBMeD0Jc42ZbMM",
"base_url": "https://api.parta.app/API/V1/identity_layer/identity_iot/",
"tenant_id": 1,
"node_type": "sensor",
"node_label": "pico-01"
}