Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

customize wifi ap ssid and pwd #340

Merged
merged 1 commit into from
Oct 14, 2024

Conversation

shnmorimoto
Copy link
Contributor

@shnmorimoto shnmorimoto commented Oct 13, 2024

Proposed Changes

Allow Wifi AP's ssid and pwd to be set in burce.conf.

    "wifi_ap": {
      "ssid": "My Fifi",
      "pwd": "mypwd"
    }

Types of Changes

customize settings

Verification

  1. set wifi_ap settings in bruce.conf.
    "wifi_ap": {
      "ssid": "My Fifi",
      "pwd": "mypwd"
    }
  1. enable Wifi AP mode.

  2. check if we can connect with the configured SSID and PWD

Testing

Linked Issues

fix #339

User-Facing Change

user can customize wifi ap ssid and pwd

Further Comments

@pr3y pr3y merged commit a6d77dc into pr3y:main Oct 14, 2024
3 checks passed
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.

customize wifi ap's ssid and pwd
2 participants