Skip to content
This repository was archived by the owner on Feb 9, 2022. It is now read-only.

Commit 3399726

Browse files
authored
v1.0.1
1 parent ad2ff11 commit 3399726

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

examples/BI_Ethernet_Blynk/BI_Ethernet_Blynk.ino

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -96,10 +96,8 @@
9696
#define USE_LOCAL_SERVER true
9797

9898
#if USE_LOCAL_SERVER
99-
//char auth[] = "******";
100-
char auth[] = "n1u-uhfrc0chbmLRqSjl8SjphkGfHRTN";
101-
//char server[] = "account.duckdns.org";
102-
char server[] = "khoih.duckdns.org";
99+
char auth[] = "******";
100+
char server[] = "account.duckdns.org";
103101
//char server[] = "192.168.2.112";
104102
#else
105103
char auth[] = "******";

0 commit comments

Comments
 (0)