changed name
Fork of mbed-os-example-ble-BatteryLevel by
Revision 73:4bce85f91e5a, committed 2018-10-24
- Comitter:
- vazbyte
- Date:
- Wed Oct 24 09:44:30 2018 +0000
- Parent:
- 72:15a6111a679e
- Child:
- 74:923be844d0fe
- Commit message:
- name change
Changed in this revision
| source/main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/source/main.cpp Mon Oct 22 12:30:12 2018 +0100
+++ b/source/main.cpp Wed Oct 24 09:44:30 2018 +0000
@@ -22,7 +22,7 @@
DigitalOut led1(LED1, 1);
-const static char DEVICE_NAME[] = "BATTERY";
+const static char DEVICE_NAME[] = "ProVaida";
static const uint16_t uuid16_list[] = {GattService::UUID_BATTERY_SERVICE};
static uint8_t batteryLevel = 50;
