Skip to content

Commit

Permalink
Reduce CH9143_TX_LIMIT
Browse files Browse the repository at this point in the history
  • Loading branch information
vshymanskyy committed Oct 13, 2024
1 parent 31a02c7 commit 74af5e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/transports.js
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ const CH9143_SERVICE = '0000fff0-0000-1000-8000-00805f9b34fb'
const CH9143_TX = '0000fff2-0000-1000-8000-00805f9b34fb' // Write or Write Without Response
const CH9143_RX = '0000fff1-0000-1000-8000-00805f9b34fb' // Notify
const CH9143_CTRL = '0000fff3-0000-1000-8000-00805f9b34fb' // Read / Write
const CH9143_TX_LIMIT = 64
const CH9143_TX_LIMIT = 20

export class WebBluetooth extends Transport {
constructor() {
Expand Down

0 comments on commit 74af5e5

Please sign in to comment.