Skip to content

Commit

Permalink
Added generated code.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikael Kindborg committed Mar 10, 2016
1 parent 8fe59ff commit 3658786
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
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
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 3658786

Please sign in to comment.