Ro Led / Mbed 2 deprecated BLE_DHT11_Service_TemperatureHumidity

Dependencies:   BLE_API X_NUCLEO_IDB0XA1 mbed

Files at this revision

API Documentation at this revision

Comitter:
ledonger
Date:
Tue Apr 18 14:09:50 2017 +0000
Parent:
1:023e1eae2048
Commit message:
New name;

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
diff -r 023e1eae2048 -r c0bd998cb02f main.cpp
--- a/main.cpp	Tue Apr 18 14:08:50 2017 +0000
+++ b/main.cpp	Tue Apr 18 14:09:50 2017 +0000
@@ -9,7 +9,7 @@
 
 DigitalOut LED(LED1, 0);
 
-const static char     DEVICE_NAME[] = "LED";
+const static char     DEVICE_NAME[] = "DHT11";
 static const uint16_t uuid16_list[] = {DHT11Service::DHT11_UUID};
 
 DHT11Service *dht11ServicePtr;//Bluetooth service that manage information and ble updates