Library for Bluetooth Low Energy Module ble 4.0 HM-11

Revision:
6:16801af75937
Parent:
5:9a00e7bb0275
Child:
7:aa4675590203
--- a/hm11.h	Sat Dec 26 19:40:40 2015 +0000
+++ b/hm11.h	Sun Feb 07 18:27:04 2016 +0000
@@ -291,7 +291,7 @@
     bool isCorrectCommand(const char* command, HM11CommandType cmdType);
     
     int sendDataToDevice(const char* data);
-    int sendDataToDevice(uint8_t * byteData,uint8_t dataLength);
+    int sendDataToDevice(const uint8_t * byteData,uint8_t dataLength);
     
     int isRxDataAvailable();