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

FR: offer the setup of APN username and APN password via configfile #194

Open
bogi0704 opened this issue Dec 17, 2023 · 0 comments
Open

Comments

@bogi0704
Copy link

I need to use a sim card from a telecom-provider that requires the setup of a username and password for their APN. The config file for the Freematics ONE+ does not offer setting that up. It just offers to setup the APN adress.
I have tried to set the credentials manually in the FreematicsNetwork.cpp file, but that did not work. These are the lines that I have tried it with:

line 995:

//sendCommand("AT+CSOCKAUTH=1,1,\"APN_PASSWORD\",\"APN_USERNAME\"\r");

line 1280:

//sendCommand("AT+CSOCKAUTH=1,1,\"APN_PASSWORD\",\"APN_USERNAME\"\r");

I am using the Freematics Builder and ticked the option to rebuild the libraries and core, but that did not work.

That is why I am asking for this feature. It should be possible to set those settings via the configfile. Thanks.

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

No branches or pull requests

1 participant