feat: config_example.json, updated gitignore and package.json v0.2.0

This commit is contained in:
2026-06-03 21:47:32 +02:00
parent 53157dfcdb
commit 275345f642
3 changed files with 22 additions and 6 deletions

15
config_example.json Normal file
View File

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