Skip to content

Conversation

@dbieber
Copy link
Owner

@dbieber dbieber commented Apr 13, 2025

make it so the wifi is configurable in the settings server. right now wifi can only be configured either through the wifi command (in system_commands.py) or by manually editing the wpa_supplicant, but that's tedius and technical and we want non-technical users to be able to use go note go, so we want wifi to be configurable in the settings server

Summary

  • Added a new WiFi settings section to the settings server UI
  • Created a dedicated WiFi module for configuration functions
  • Updated the WiFi commands to persist networks in settings
  • Added logic to apply WiFi configurations when settings are saved

Test plan

  • Check that WiFi networks can be added through the settings UI
  • Verify that WiFi networks are saved to persistent settings
  • Verify that WiFi configuration is applied when settings are saved
  • Test both WPA-secured and open networks
  • Test removing networks from the UI

🤖 Generated with Claude Code

- Add WiFi settings section to React UI for managing networks
- Create dedicated WiFi module for configuration functions
- Update system_commands.py to use the new WiFi module
- Extend settings.py to handle WiFi network settings
- Update settings server to apply WiFi configuration when settings are saved

🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
@dbieber dbieber closed this Apr 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants