We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi Erdem,
first let me thank you for developing this lib. I want to use it to realize my sms gateway using the SIM800L on an ESP8266 arduino board.
I get a compile error on line 148:
GSMSim/src/GSMSimSMS.cpp
Lines 127 to 156 in 337a9c8
The defined return type of the send method is boolean. But you try to return a string. It looks like a unwanted copypaste...
boolean
best regards
The text was updated successfully, but these errors were encountered:
Were you able to resolve this problem? Because i have the same issue and any help would be great
Sorry, something went wrong.
No branches or pull requests
Hi Erdem,
first let me thank you for developing this lib. I want to use it to realize my sms gateway using the SIM800L on an ESP8266 arduino board.
I get a compile error on line 148:
GSMSim/src/GSMSimSMS.cpp
Lines 127 to 156 in 337a9c8
The defined return type of the send method is
boolean
. But you try to return a string. It looks like a unwanted copypaste...best regards
The text was updated successfully, but these errors were encountered: