Remove my private token from project
This commit is contained in:
@@ -26,3 +26,5 @@ wiz_NetInfo netInfo = { .mac = {0x00, 0x08, 0xdc, 0xab, 0xcd, 0xef}, // Mac add
|
|||||||
.dhcp = NETINFO_STATIC}; //Static IP configuration
|
.dhcp = NETINFO_STATIC}; //Static IP configuration
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
//My auth token for my android test application "m1284 + W5500":
|
||||||
|
uint8_t auth[] = "add_your_own_token_here"; // You should get your own Auth Token in the BLYNK App
|
||||||
|
|||||||
@@ -26,8 +26,6 @@
|
|||||||
|
|
||||||
//***********BLYNK related: BEGIN
|
//***********BLYNK related: BEGIN
|
||||||
#define SOCK_BLYNK_CLIENT 6
|
#define SOCK_BLYNK_CLIENT 6
|
||||||
//My auth token for my android test application "m1284 + W5500":
|
|
||||||
uint8_t auth[] = "c113f724351444fc872ae586d70b18cd"; // You should get your own Auth Token in the BLYNK App
|
|
||||||
|
|
||||||
// Shouldn't used here, because used DNS resolving BLYNK server IP
|
// Shouldn't used here, because used DNS resolving BLYNK server IP
|
||||||
// IP: 139.59.206.133 for <blynk-cloud.com> via WIN7 nslookup - actually need to use DNS resolving
|
// IP: 139.59.206.133 for <blynk-cloud.com> via WIN7 nslookup - actually need to use DNS resolving
|
||||||
|
|||||||
Reference in New Issue
Block a user