Monorepo for Aesthetic.Computer aesthetic.computer
4
fork

Configure Feed

Select the types of activity you want to include in your feed.

feat: add Tondo_Guest (pw: California) to preset WiFi networks

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

+4
+4
fedac/native/src/wifi.c
··· 560 560 strncpy(creds[cred_count].ssid, "GettyLink", WIFI_SSID_MAX - 1); 561 561 creds[cred_count].pass[0] = '\0'; 562 562 cred_count++; 563 + // Tondo_Guest 564 + strncpy(creds[cred_count].ssid, "Tondo_Guest", WIFI_SSID_MAX - 1); 565 + strncpy(creds[cred_count].pass, "California", WIFI_PASS_MAX - 1); 566 + cred_count++; 563 567 564 568 FILE *fp = fopen("/mnt/wifi_creds.json", "r"); 565 569 if (fp) {