firmware: store real wifi_password in config.json
Build (Dev) / build (push) Failing after 10s
CI/CD / lint-and-typecheck (push) Successful in 8s
CI/CD / test (push) Failing after 0s
CI/CD / build (push) Has been skipped
CI/CD / deploy (push) Has been skipped

Per maintainer decision: this is a private repo and the closed
travel-router Wi-Fi password is low-sensitivity, so keep the real
value in the tracked config for reproducible uploadfs provisioning.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
Joshua King
2026-06-05 07:49:44 -04:00
parent b0062f1373
commit f261fa0f55
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"wifi_ssid": "RemoteRig", "wifi_ssid": "RemoteRig",
"wifi_password": "", "wifi_password": "RemoteRig1",
"mqtt_broker": "192.168.8.56", "mqtt_broker": "192.168.8.56",
"mqtt_port": 1883, "mqtt_port": 1883,
"camera_id": "", "camera_id": "",