Skip to content

Commit 89f3ae7

Browse files
committed
docs
1 parent 33a77d1 commit 89f3ae7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/bluetooth/jswrap_bluetooth.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2553,7 +2553,7 @@ void jswrap_ble_setRSSIHandler(JsVar *callback) {
25532553
["power","int","Transmit power. Accepted values are -40(nRF52 only), -30(nRF51 only), -20, -16, -12, -8, -4, 0, and 4 dBm. On nRF52840 (eg Bangle.js 2) 5/6/7/8 dBm are available too. Others will give an error code."]
25542554
]
25552555
}
2556-
Set the BLE radio transmit power. The default TX power is 0 dBm, and
2556+
Set the BLE radio transmit power. The default TX power is 0 dBm (or 4dBm for Bangle.js 2).
25572557
*/
25582558
void jswrap_ble_setTxPower(JsVarInt pwr) {
25592559
jsble_set_tx_power(pwr);

0 commit comments

Comments
 (0)