From 87b5bd3412a16d798818081c9b2951841e54a369 Mon Sep 17 00:00:00 2001 From: unknown Date: Tue, 22 Aug 2023 12:44:55 +0700 Subject: [PATCH] Remove comment in example. --- examples/gsm/gsm.ino | 3 --- 1 file changed, 3 deletions(-) diff --git a/examples/gsm/gsm.ino b/examples/gsm/gsm.ino index f346b25..151e77c 100644 --- a/examples/gsm/gsm.ino +++ b/examples/gsm/gsm.ino @@ -1,9 +1,6 @@ /** * This example shows how to connect to server using LilyGo TTGO T-A7670X and SSL Client. * - * This example works on the Arduino-Pico SDK from Earle F. Philhower. - * https://github.com/earlephilhower/arduino-pico - * * Email: suwatchai@outlook.com * * Github: https://github.com/mobizt/ESP_SSLSClient