Blynk example for RedBearLab BLE Nano

Dependencies:   BLE_API Blynk mbed nRF51822

Files at this revision

API Documentation at this revision

Comitter:
vshymanskyy
Date:
Fri Jan 26 22:25:31 2018 +0000
Parent:
9:6d4eec96b28e
Commit message:
Remove debug by default

Changed in this revision

source/main.cpp Show annotated file Show diff for this revision Revisions of this file
diff -r 6d4eec96b28e -r 6e02ef811ea3 source/main.cpp
--- a/source/main.cpp	Fri Jan 26 22:22:23 2018 +0000
+++ b/source/main.cpp	Fri Jan 26 22:25:31 2018 +0000
@@ -29,7 +29,7 @@
 #define BLYNK_USE_DIRECT_CONNECT
 // end of workaround
 
-#define BLYNK_DEBUG
+//#define BLYNK_DEBUG
 #define BLYNK_PRINT pc
 
 #include <BlynkSimpleRedBearLab_BLE_Nano.h>