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

Ubloxn310 a3 #9

Open
wants to merge 5 commits into
base: driver/ublox-sara-n310
Choose a base branch
from
Open
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
7 changes: 7 additions & 0 deletions drivers/modem/Kconfig.ublox-sara-n310
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,11 @@ config MODEM_UBLOX_SARA_N310_INIT_PRIORITY
Note that the priority needs to be lower than the net stack
so that it can start before the networking sub-system.

config MODEM_UBLOX_SARA_N310_AUTOCONNECT
bool "Enable autoconnect on boot"
default true
help
Choose this setting to enable autoconnect on boot.
This is done through the AT+COPS=0 command.

endif # MODEM_UBLOX_SARA_N310
Loading