From f261fa0f554b80fbe04a35b5252c09db84ce1a10 Mon Sep 17 00:00:00 2001 From: Joshua King Date: Fri, 5 Jun 2026 07:49:44 -0400 Subject: [PATCH] firmware: store real wifi_password in config.json 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 --- firmware/data/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firmware/data/config.json b/firmware/data/config.json index d0bcc68..ef88201 100644 --- a/firmware/data/config.json +++ b/firmware/data/config.json @@ -1,6 +1,6 @@ { "wifi_ssid": "RemoteRig", - "wifi_password": "", + "wifi_password": "RemoteRig1", "mqtt_broker": "192.168.8.56", "mqtt_port": 1883, "camera_id": "",