We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af7d36e commit b8e5dfaCopy full SHA for b8e5dfa
source/samples/BLETest.cpp
@@ -68,7 +68,7 @@ void ble_test()
68
// Options for MICROBIT_BLE_SECURITY_LEVEL are:
69
// SECURITY_MODE_ENCRYPTION_WITH_MITM, enables pairing with a passcode
70
// SECURITY_MODE_ENCRYPTION_NO_MITM, enables pairing without a passcode
71
- // SECURITY_MODE_ENCRYPTION_OPEN_LINK, pairing is no required
+ // SECURITY_MODE_ENCRYPTION_OPEN_LINK, pairing is not required
72
//
73
74
uBit.messageBus.listen(MICROBIT_ID_BLE, MICROBIT_BLE_EVT_CONNECTED, onConnected);
@@ -117,4 +117,4 @@ void ble_test()
117
release_fiber();
118
}
119
120
-#endif
+#endif
0 commit comments