Skip to content

Commit

Permalink
add CP2102 support
Browse files Browse the repository at this point in the history
  • Loading branch information
Huibean committed Oct 29, 2024
1 parent 8facaf4 commit f7a7958
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/SerialDevice.vue
Original file line number Diff line number Diff line change
Expand Up @@ -410,7 +410,7 @@ const escStore = useEscStore();
const { escData } = storeToRefs(escStore);
const { log, logWarning, logError } = useLogStore();
const usbFCVendorIds = [0x0483, 0x2E3C, 0x2E8A, 0x1209, 0x26AC, 0x27AC, 0x2DAE, 0x3162, 0x35A7];
const usbDirectVendorIds = [0x1A86, 0x0403, 0x4348, 0x26BA];
const usbDirectVendorIds = [0x1A86, 0x0403, 0x4348, 0x26BA, 0x10C4];
const flashModalOpen = ref(false);
const applyDefaultConfigModalOpen = ref(false);
const saveConfigModalOpen = ref(false);
Expand Down

0 comments on commit f7a7958

Please sign in to comment.