Blynk example for RedBearLab BLE Nano

Dependencies:   BLE_API Blynk mbed nRF51822

Revision:
4:27632dd38be6
Parent:
3:1a1b4df54a17
Child:
5:c52894060941
--- a/source/main.cpp	Mon Nov 27 21:29:25 2017 +0000
+++ b/source/main.cpp	Mon Nov 27 22:00:52 2017 +0000
@@ -26,13 +26,11 @@
 //#define BLYNK_DEBUG
 #define BLYNK_PRINT pc
 
-//#define BLYNK_USE_DIRECT_CONNECT
-
 #include <BlynkSimpleRedBearLab_BLE_Nano.h>
 
 // You should get Auth Token in the Blynk App.
 // Go to the Project Settings (nut icon).
-char auth[] = "338b85a6c7aa451689ee3590cde0ad33";
+char auth[] = "YourAuthToken";
 
 uint8_t device_name[] = "Blynk";