forked from anthropics/claude-desktop-buddy
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathwifi_secrets.ini
More file actions
25 lines (24 loc) · 1.17 KB
/
Copy pathwifi_secrets.ini
File metadata and controls
25 lines (24 loc) · 1.17 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
; Per-machine WiFi credentials + daemon host for the cores3-stackchan
; camera-stream path (P0/P1 of openspec/changes/.../stackchan-camera-gestures).
;
; This file is tracked in git with placeholder values so the cores3-stackchan
; envs always build. To keep your real credentials out of commits, run:
; git update-index --skip-worktree wifi_secrets.ini
; Then edit ssid/pass/host/port below to match your network and dev Mac.
; (Documented in REFERENCE.md.)
;
; Values must NOT be quoted — PlatformIO interpolates the bare value and the
; build_flags add the C string-literal quoting. If you leave the placeholders
; the firmware still builds, but WiFi connect will fail and the camera-stream
; path stays dormant — manual permission approval on the stick / Desktop
; still works.
[wifi_secrets]
ssid = REPLACE_ME_SSID
pass = REPLACE_ME_PASS
; LAN IP of the Mac running cc-bridge / buddy_core daemon. Use the IP, not
; .local — mDNS adds latency and one more failure mode. Find it via:
; ipconfig getifaddr en0
host = 192.168.1.10
; TCP port the daemon's frame-ingest server listens on. Chosen to not
; collide with the cc-bridge socket (which is a Unix socket anyway).
port = 8770