Skip to content

Commit

Permalink
fixup! fixup! fixup! fixup! fixup! wip
Browse files Browse the repository at this point in the history
  • Loading branch information
szymonlesisz committed Aug 19, 2024
1 parent cb7c908 commit 3556f78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/transport/protocol-v2-e2e.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ interface Device {
}

const USE_BRIDGE = false;
const USE_REAL_DEVICE = true;
const USE_REAL_DEVICE = false;
const PAIRING_METHODS = [1]; // [2, 3, 4];
const USE_PAIRING: number = PAIRING_METHODS[0];

Expand Down

0 comments on commit 3556f78

Please sign in to comment.