Skip to content

Commit c2b572a

Browse files
committed
hidmouse: drop addr_cycle_s setting
1 parent 18dd655 commit c2b572a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

apps/hidmouse/app.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ const tap = () => {
3030
};
3131

3232
const initBLE = () => {
33-
NRF.setSecurity({addr_cycle_s: 1000 * 30});
3433
NRF.setServices(undefined, { hid: mouse.report });
3534
};
3635

0 commit comments

Comments
 (0)