-
Notifications
You must be signed in to change notification settings - Fork 96
send SMS method return is still false #18
Comments
Has fixed this issue, see GPRS_Shield_Arduino.cpp #151. |
Sorry @lanselambor but what do you change is very risky, you are waiting 10000 seconds !!!! |
I have been using this library for months with no problem. May be, @nexus05 could try your proposas with 10 seconds or 20 seconds, but it is not good for anyone to let it with 10000 seconds. |
@ortegafernando It's not about the timeout parameter, it's for network that before registration SMS can't be send, so in the initialization part isNetworkRegistered() should be invoked. |
@lanselambor Please, rewrite then your proporsal, thanks. |
@ortegafernando Already there with commit on 21 Nov 2017. |
You have write "10000, 5000", so you will wait 10.000 seconds. Is this ok for you ???? Not for me. |
Thanks to @ortegafernando PR on Dec 28, 2017, correct timeout parameter error. |
Hello...
In #line39 of SIM900.h I changed DEFAULT_INTERCHAR_TIMEOUT to 5000 or 10000
but it still doesn't work...return is always false, even if SMS is not sent.
does anyone knows why?
The text was updated successfully, but these errors were encountered: