Ok so I am having an issue My SSID on my wireless has a space in it and I have tried modify the /mnt/udisk/system.cfg with an escape character WIFI_SSID="xx\ xxxxxxx" but I still getting Error: invalid extra argument 'Wireless'. Any help would be appreciated this work on the raspberry pis no issue even with no escape character.
- Dominant language
- No language data
- Stars
- 496
- Forks
- 86
- PR merge metrics
- No merged PRs in 30d
Description
Ok so I am having an issue My SSID on my wireless has a space in it and I have tried modify the /mnt/udisk/system.cfg with an escape character WIFI_SSID="xx\ xxxxxxx" but I still getting Error: invalid extra argument 'Wireless'. Any help would be appreciated this work on the raspberry pis no issue even with no escape character.
So it seems your script /etc/wifi_config.sh that is parsing /mnt/udisk/system.cfg is not taking into account a space in the SSID which is a huge issue as I do not feel like changing 75 device to make the CB1 work. I could create a separate network but that defeat the purpose of a guest network.
_Originally posted by @shawnchr in https://github.com/bigtreetech/CB1/discussions/9#discussioncomment-3309774_
Contributor guide
No contributing guide indexed for this repository
Research direction
Read /etc/wifi_config.sh and inspect how it parses WIFI_SSID from /mnt/udisk/system.cfg. Test the configuration with an SSID containing a space, such as the reported "xx xxxxxxx" value. Done means the script accepts the SSID without reporting an invalid extra argument and can configure the wireless network.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- shell
- Domain
- networking
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 45/100