Update globals.c

Fixed auth[] token
This commit is contained in:
maxxir
2019-03-23 13:29:11 +04:00
committed by GitHub
parent bc3943bdc0
commit da835bec33

View File

@@ -31,7 +31,8 @@ wiz_NetInfo netInfo = { .mac = {0x00, 0x08, 0xdc, 0xab, 0xcd, 0xef}, // Mac add
const char ftpd_user[] = "user1234";
const char ftpd_pass[] = "open_sesame";
//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
#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