Browse Source

Const port

v_master
Volodymyr Shymanskyy 7 years ago
parent
commit
77e2d193de
1 changed files with 1 additions and 1 deletions
  1. +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 server[] = "cdn.rawgit.com";
const char resource[] = "/vshymanskyy/tinygsm/master/extras/logo.txt"; const char resource[] = "/vshymanskyy/tinygsm/master/extras/logo.txt";
int port = 80;
const int port = 80;
void setup() { void setup() {
// Set console baud rate // Set console baud rate


Loading…
Cancel
Save