Skip to content

Commit

Permalink
actually need to use diff PID for RPI CDC uart (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
maks authored Dec 29, 2024
1 parent 2bd67a2 commit 5820fe2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/serialport_web.dart
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import 'dart:js_interop';
import 'command_builder.dart';

const PICOTRACKER_VENDOR_ID = 0x2E8A;
const PICOTRACKER_PRODUCT_ID = 0x0003;
const PICOTRACKER_PRODUCT_ID = 0x000A;

class SerialPortHandler {
final CmdBuilder cmdBuilder;
Expand Down

0 comments on commit 5820fe2

Please sign in to comment.