Chore: update environment configuration for local development; modify Dockerfile to streamline SDK installation and enhance startup script for better directory handling; add time verification script for system time synchronization

This commit is contained in:
salirezav
2025-08-08 16:18:37 -04:00
parent 20907509b1
commit 7a939920fa
7 changed files with 113 additions and 39 deletions

View File

@@ -1,6 +1,6 @@
{
"mqtt": {
"broker_host": "mqtt",
"broker_host": "192.168.1.110",
"broker_port": 1883,
"username": null,
"password": null,
@@ -89,5 +89,4 @@
"hdr_gain_mode": 0
}
]
}
}