Skip to content

Commit 8753782

Browse files
committed
Fix example
1 parent af18726 commit 8753782

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/NimBLE_Client/main/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ void app_main(void) {
266266
NimBLEDevice::setSecurityAuth(/*BLE_SM_PAIR_AUTHREQ_BOND | BLE_SM_PAIR_AUTHREQ_MITM |*/ BLE_SM_PAIR_AUTHREQ_SC);
267267

268268
/** Optional: set the transmit power */
269-
NimBLEDevice::setPower(3); // 9dbm
269+
NimBLEDevice::setPower(3); /** 3dbm */
270270
NimBLEScan* pScan = NimBLEDevice::getScan();
271271

272272
/** Set the callbacks to call when scan events occur, no duplicates */

0 commit comments

Comments
 (0)