From 3399726a289f402834e96916d7a89afd30d4c81c Mon Sep 17 00:00:00 2001 From: Khoi Hoang <57012152+khoih-prog@users.noreply.github.com> Date: Tue, 3 Mar 2020 16:34:22 -0500 Subject: [PATCH] v1.0.1 --- examples/BI_Ethernet_Blynk/BI_Ethernet_Blynk.ino | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/examples/BI_Ethernet_Blynk/BI_Ethernet_Blynk.ino b/examples/BI_Ethernet_Blynk/BI_Ethernet_Blynk.ino index 11a397f..13e5cc4 100644 --- a/examples/BI_Ethernet_Blynk/BI_Ethernet_Blynk.ino +++ b/examples/BI_Ethernet_Blynk/BI_Ethernet_Blynk.ino @@ -96,10 +96,8 @@ #define USE_LOCAL_SERVER true #if USE_LOCAL_SERVER - //char auth[] = "******"; - char auth[] = "n1u-uhfrc0chbmLRqSjl8SjphkGfHRTN"; - //char server[] = "account.duckdns.org"; - char server[] = "khoih.duckdns.org"; + char auth[] = "******"; + char server[] = "account.duckdns.org"; //char server[] = "192.168.2.112"; #else char auth[] = "******";