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

[components][at]update at #8399

Merged
merged 4 commits into from
Feb 18, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 0 additions & 19 deletions components/net/at/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -26,25 +26,6 @@ if RT_USING_AT
int "The maximum length of server commands buffer"
default 256

choice
prompt "The commands new line sign"
help
This end mark can used for AT server determine the end of commands ,
it can choose "\r", "\n" or "\r\n"

default AT_CMD_END_MARK_CRLF

config AT_CMD_END_MARK_CRLF
bool "\\r\\n"

config AT_CMD_END_MARK_CR
bool "\\r"

config AT_CMD_END_MARK_LF
bool "\\n"

endchoice

endif

config AT_USING_CLIENT
Expand Down
Loading
Loading