Skip to content

Commit 3658786

Browse files
author
Mikael Kindborg
committed
Added generated code.
1 parent 8fe59ff commit 3658786

File tree

2 files changed

+0
-3
lines changed
  • generated/examples
    • mbed-custom-gatt-webbluetooth/app
    • ti-sensortag-cc2541-webbluetooth/app

2 files changed

+0
-3
lines changed

generated/examples/mbed-custom-gatt-webbluetooth/app/app.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,6 @@ function connect()
103103

104104
// Find and connect to device and get characteristics for LED read/write.
105105
bleat.requestDevice({
106-
//filters:[{ services:[ '0xf000aa10' ] }]
107106
filters:[{ name: deviceName }]
108107
})
109108
.then(device => {

generated/examples/ti-sensortag-cc2541-webbluetooth/app/app.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,6 @@ app.start = () =>
7272
showInfo('Scanning...');
7373

7474
bleat.requestDevice({
75-
//filters:[{ services:[ '0xf000aa10' ] }]
76-
// The SensorTag does not advertise services so we use the name.
7775
filters:[{ name: 'SensorTag' }]
7876
})
7977
.then(device => {

0 commit comments

Comments
 (0)