Update globals.c

Fixed auth[] token
master
maxxir 7 years ago committed by GitHub
parent bc3943bdc0
commit da835bec33
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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