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
Const port
v_master
Volodymyr Shymanskyy
7 years ago
parent
b4ac86e89e
commit
77e2d193de
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
examples/WebClient/WebClient.ino
+ 1
- 1
examples/WebClient/WebClient.ino
View File
@ -37,7 +37,7 @@ TinyGsmClient client(modem);
const
char
server
[
]
=
"
cdn.rawgit.com
"
;
const
char
resource
[
]
=
"
/vshymanskyy/tinygsm/master/extras/logo.txt
"
;
int
port
=
80
;
const
int
port
=
80
;
void
setup
(
)
{
// Set console baud rate
Write
Preview
Loading…
Cancel
Save