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 af18726 commit 8753782Copy full SHA for 8753782
examples/NimBLE_Client/main/main.cpp
@@ -266,7 +266,7 @@ void app_main(void) {
266
NimBLEDevice::setSecurityAuth(/*BLE_SM_PAIR_AUTHREQ_BOND | BLE_SM_PAIR_AUTHREQ_MITM |*/ BLE_SM_PAIR_AUTHREQ_SC);
267
268
/** Optional: set the transmit power */
269
- NimBLEDevice::setPower(3); // 9dbm
+ NimBLEDevice::setPower(3); /** 3dbm */
270
NimBLEScan* pScan = NimBLEDevice::getScan();
271
272
/** Set the callbacks to call when scan events occur, no duplicates */
0 commit comments