Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of football_project by
Diff: main.cpp
- Revision:
- 93:620dd0a7ddc7
- Parent:
- 92:a9ebe6d0a0fa
- Child:
- 94:831a7fc2d69a
diff -r a9ebe6d0a0fa -r 620dd0a7ddc7 main.cpp
--- a/main.cpp Mon Jun 13 02:00:34 2016 +0000
+++ b/main.cpp Mon Jun 13 02:03:00 2016 +0000
@@ -166,6 +166,7 @@
}
// Callback triggered when the ble initialization process has finished
+/*
void bleInitComplete(BLE::InitializationCompleteCallbackContext *params)
{
BLE& ble = params->ble;
@@ -204,6 +205,7 @@
// Start advertising
ble.gap().startAdvertising();
}
+*/
#endif // BLE_ENABLE
/////////////////////////////////// CLASSES ///////////////////////////////////
@@ -359,7 +361,7 @@
// 100ms; in multiples of 0.625ms.
ble.setAdvertisingInterval(160);
- ble.addService(uartService);
+ //ble.addService(uartService);
DFUService dfu(ble);
