Skip to content

Commit

Permalink
Removed commented out code.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikael Kindborg committed Mar 10, 2016
1 parent 7003b1b commit 8fe59ff
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion examples/mbed-custom-gatt-webbluetooth/app/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,6 @@ function connect()

// Find and connect to device and get characteristics for LED read/write.
bleat.requestDevice({
//filters:[{ services:[ '0xf000aa10' ] }]
filters:[{ name: deviceName }]
})
.then(device => {
Expand Down
2 changes: 0 additions & 2 deletions examples/ti-sensortag-cc2541-webbluetooth/app/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,6 @@ app.start = () =>
showInfo('Scanning...');

bleat.requestDevice({
//filters:[{ services:[ '0xf000aa10' ] }]
// The SensorTag does not advertise services so we use the name.
filters:[{ name: 'SensorTag' }]
})
.then(device => {
Expand Down

0 comments on commit 8fe59ff

Please sign in to comment.