This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
JSD
/
TinyGSM_Senseright
Watch
3
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
SMS Encoding set to GSM
v_master
Volodymyr Shymanskyy
7 years ago
parent
454eae4876
commit
124b210927
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
TinyGsmClientM590.h
+ 2
- 0
TinyGsmClientM590.h
View File
@ -290,6 +290,8 @@ public:
}
bool
sendSMS
(
const
String
&
number
,
const
String
&
text
)
{
sendAT
(
GF
(
"
+CSCS=
\"
gsm
\"
"
)
)
;
waitResponse
(
)
;
sendAT
(
GF
(
"
+CMGF=1
"
)
)
;
waitResponse
(
)
;
sendAT
(
GF
(
"
+CMGS=
\"
"
)
,
number
,
GF
(
"
\"
"
)
)
;
Write
Preview
Loading…
Cancel
Save