From 3fee997934f3a6e81b8ca798e9973b272ae56789 Mon Sep 17 00:00:00 2001 From: Sara Damiano Date: Fri, 24 May 2019 16:29:11 -0400 Subject: [PATCH] Fixed webclient 's lost bracket --- examples/WebClient/WebClient.ino | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/WebClient/WebClient.ino b/examples/WebClient/WebClient.ino index e15787b..af26650 100644 --- a/examples/WebClient/WebClient.ino +++ b/examples/WebClient/WebClient.ino @@ -128,6 +128,7 @@ void setup() { modem.simUnlock(GSM_PIN); } #endif +} void loop() {