You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 7, 2024. It is now read-only.
Note:
This applies to GSM modules which are officialy supported by Adeon library (eg. SimCOM modules).
Description:
Add support for sending status info via SMS after receiving of the Adeon command or phone call with sendFeedback(char* msg). This status info should be sent to sender/caller only if the sender is authorized with ADEON_ADMIN or ADEON_USER user rights (ADEON_HOST excluded).
Example of status info:
Command accepted.
Command declined – user is not authorized.
Command declined – wrong format.
Drop-call accepted.
Drop-call declined.
The text was updated successfully, but these errors were encountered:
Instead of implementing this feature here, I suggest to spend some time improving the TinyGSM library, and integrate Adeon there. This library is well-tested. The only major thing it is lacking is the support for receiving SMS messages.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Note:
This applies to GSM modules which are officialy supported by Adeon library (eg. SimCOM modules).
Description:
Add support for sending status info via SMS after receiving of the Adeon command or phone call with
sendFeedback(char* msg)
. This status info should be sent to sender/caller only if the sender is authorized withADEON_ADMIN
orADEON_USER
user rights (ADEON_HOST
excluded).Example of status info:
The text was updated successfully, but these errors were encountered: