Skip to content
This repository has been archived by the owner on Dec 20, 2019. It is now read-only.

Commit

Permalink
Merge pull request #21 from orbotix/upd/small-fixes
Browse files Browse the repository at this point in the history
Fixes parser name and example mask.
  • Loading branch information
deadprogram committed Jun 7, 2015
2 parents caa39eb + ec96a67 commit 05e267a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/data-streaming.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ orb.connect(function() {
m: 1,
mask1: 0x00000000,
pcnt: 0,
mask2: 0x01800000
mask2: 0x0D800000
};

orb.setDataStreaming(opts);
Expand Down
2 changes: 1 addition & 1 deletion lib/parsers/response.js
Original file line number Diff line number Diff line change
Expand Up @@ -611,7 +611,7 @@ module.exports = {
desc: "Level up Attr",
did: 0x02,
cid: 0x4D,
event: "addXp",
event: "levelUpAttr",
fields: [
{
name: "attrId",
Expand Down

0 comments on commit 05e267a

Please sign in to comment.