From 77e2d193de8463234846ee91cc0da1869892f66b Mon Sep 17 00:00:00 2001 From: Volodymyr Shymanskyy Date: Sun, 10 Sep 2017 23:32:21 +0300 Subject: [PATCH] Const port --- examples/WebClient/WebClient.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/WebClient/WebClient.ino b/examples/WebClient/WebClient.ino index f75d15a..44b7d66 100644 --- a/examples/WebClient/WebClient.ino +++ b/examples/WebClient/WebClient.ino @@ -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