-
Notifications
You must be signed in to change notification settings - Fork 56
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
Various improvements #4
base: master
Are you sure you want to change the base?
Conversation
Added the following methods: char isSMS(typeSMS type = ALL); bool getInfGPS(); Corrections on: bool sendUSSDSynchronous(char *ussdCommand, char *resultcode, char *response);
Add some F() functions and commented the command "AT+CGNSTST=1" at attachGPS() function as suggested by @hoerup
@cnlg @Arduinolibrary Please review this PR |
pull caladeira's changes
Nice work with those commits, pity that PR is not merged yet. :( |
Thank you very much for the library!
|
I apologize for not reviewing and merging your branch earlier, which has resulted in some conflicts that cannot be merged directly. Currently, we have two options: either I can manually add the changes you made to the main branch by comparing the differences, or you can rebase your changes on top of the latest main branch and resubmit the merge request. |
No description provided.