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
Fixed unused variable
v_master
Sara Damiano
5 years ago
parent
a9f91d7ba9
commit
b4620b24b3
1 changed files
with
0 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-1
src/TinyGsmClientSIM800.h
+ 0
- 1
src/TinyGsmClientSIM800.h
View File
@ -709,7 +709,6 @@ TINY_GSM_MODEM_WAIT_FOR_NETWORK()
*
NTP
server
functions
*/
boolean
isValidNumber
(
String
str
)
{
boolean
isNum
=
false
;
if
(
!
(
str
.
charAt
(
0
)
=
=
'
+
'
|
|
str
.
charAt
(
0
)
=
=
'
-
'
|
|
isDigit
(
str
.
charAt
(
0
)
)
)
)
return
false
;
for
(
byte
i
=
1
;
i
<
str
.
length
(
)
;
i
+
+
)
{
Write
Preview
Loading…
Cancel
Save