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

Allow spaces after AT command #418

Merged
merged 1 commit into from
Dec 22, 2020
Merged

Allow spaces after AT command #418

merged 1 commit into from
Dec 22, 2020

Conversation

mleair
Copy link
Contributor

@mleair mleair commented Dec 22, 2020

In sioModem::at_handle_dial() of modem.cpp, trim the host string. That way, users can enter AT dial commands, such as ATDT, with
one or more spaces before the hostname. Prior to this change, only no spaces were allowed. No spaces between AT and host still work. However, many term programs assume at least one space between the AT command and hostname.

@tschak909 tschak909 merged commit 796138d into FujiNetWIFI:master Dec 22, 2020
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