Skip to content

Commit

Permalink
fix #10
Browse files Browse the repository at this point in the history
  • Loading branch information
hobbyquaker committed Jan 23, 2018
1 parent dea7b3b commit f5f01ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cul.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ const modes = {

const Cul = function (options) {
const that = this;

options = options || {};
options.initCmd = 0x01;
options.mode = options.mode || 'SlowRF';
options.init = options.init || true;
Expand Down

0 comments on commit f5f01ff

Please sign in to comment.