Skip to content

Commit

Permalink
more of VID/PID pairs for WebTop USB
Browse files Browse the repository at this point in the history
  • Loading branch information
lyusupov committed Sep 9, 2024
1 parent ec2c761 commit 81c519c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion software/firmware/source/SkyWatch/BluetoothHelper.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1140,7 +1140,7 @@ static void ArdBLE_Bluetooth_setup()
snprintf(Hardware, sizeof(Hardware), "%08X", hw_info.revision);

const char *Manufacturer = SOFTRF_IDENT;
const char *Software = SOFTRF_FIRMWARE_VERSION;
const char *Software = SKYWATCH_FIRMWARE_VERSION;

ModelCharacteristic. writeValue((char *) Model);
SerialCharacteristic. writeValue((char *) SerialNum);
Expand Down
3 changes: 3 additions & 0 deletions software/firmware/source/SkyWatch/Platform_ESP32.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,9 @@ static const USB_Device_List_t supported_USB_devices[] = {
{ 0x303a, 0x818f, USBSER_TYPE_CDC, SOFTRF_MODEL_HAM, "Ham", "Edition" },
{ 0x303a, 0x81a0, USBSER_TYPE_CDC, SOFTRF_MODEL_MIDI, "Midi", "Edition" },
{ 0x15ba, 0x0044, USBSER_TYPE_CDC, SOFTRF_MODEL_BALKAN, "Balkan", "Edition" },
{ 0x303a, 0x1001, USBSER_TYPE_CDC, SOFTRF_MODEL_ECO, "Eco", "Edition" },
{ 0x303a, 0x820a, USBSER_TYPE_CDC, SOFTRF_MODEL_INK, "Ink", "Edition" },
{ 0x2886, 0x0057, USBSER_TYPE_CDC, SOFTRF_MODEL_CARD, "Card", "Edition" },
{ 0x10c4, 0xea60, USBSER_TYPE_CP210X, SOFTRF_MODEL_UNKNOWN, "CP210X", "device" },
{ 0x0403, 0x6001, USBSER_TYPE_FTDI, SOFTRF_MODEL_UNKNOWN, "FT232", "device" },
{ 0x1a86, 0x7523, USBSER_TYPE_CH34X, SOFTRF_MODEL_UNKNOWN, "CH340", "device" },
Expand Down

0 comments on commit 81c519c

Please sign in to comment.