Update examples

This commit is contained in:
Volodymyr Shymanskyy
2016-12-16 20:16:04 +02:00
parent 32c6b83ac1
commit 62faa34250
5 changed files with 18 additions and 18 deletions

View File

@@ -33,13 +33,13 @@
// You should get Auth Token in the Blynk App.
// Go to the Project Settings (nut icon).
char auth[] = "YourAuthToken";
const char auth[] = "YourAuthToken";
// Your GPRS credentials
// Leave empty, if missing user or pass
char apn[] = "YourAPN";
char user[] = "";
char pass[] = "";
const char apn[] = "YourAPN";
const char user[] = "";
const char pass[] = "";
// Hardware Serial on Mega, Leonardo, Micro
#define SerialAT Serial1