fix: re-enable wifi, reduce scan from 2s to 30s interval
notepat.mjs was calling wifi.scan() every 120 frames (2s) which
triggered iw scan causing 65ms+ frame drops. Reduced to every
1800 frames (30s). WiFi re-enabled in C init.
Default passwords: aesthetic.computer (hardcoded in notepat.mjs),
additional creds loaded from /mnt/wifi_creds.json on boot.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>