Files
remote-rig/firmware/data/config.json
T
Joshua King f261fa0f55
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
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 <noreply@anthropic.com>
2026-06-05 07:49:44 -04:00

11 lines
209 B
JSON

{
"wifi_ssid": "RemoteRig",
"wifi_password": "RemoteRig1",
"mqtt_broker": "192.168.8.56",
"mqtt_port": 1883,
"camera_id": "",
"heartbeat_interval_sec": 60,
"bat_raw_min": 0,
"bat_raw_max": 0
}