Skip to content

Commit 9e69e40

Browse files
authored
Merge pull request #472 from cherouvim/patch-1
example code typo
2 parents 071693b + ce08fab commit 9e69e40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,7 @@ bluetoothle.startScan(startScanSuccess, startScanError, params);
337337
"180D",
338338
"180F"
339339
],
340-
"allowDuplicates": true
340+
"allowDuplicates": true,
341341
"scanMode": bluetoothle.SCAN_MODE_LOW_LATENCY,
342342
"matchMode": bluetoothle.MATCH_MODE_AGGRESSIVE,
343343
"matchNum": bluetoothle.MATCH_NUM_MAX_ADVERTISEMENT,

0 commit comments

Comments
 (0)