Skip to content

Commit

Permalink
Fix the USB VID/PID usage
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewWilkes committed Jun 2, 2024
1 parent 871ddae commit 7ca1186
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tildagon/sdkconfig.board
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ CONFIG_TINYUSB_DESC_MANUFACTURER_STRING="Electromagnetic Field"
CONFIG_TINYUSB_DESC_PRODUCT_STRING="TiLDAGON"
CONFIG_TINYUSB_DESC_CUSTOM_VID=0x16D0
CONFIG_TINYUSB_DESC_CUSTOM_PID=0x120E
CONFIG_TINYUSB_DESC_USE_ESPRESSIF_VID=n
CONFIG_TINYUSB_DESC_USE_DEFAULT_PID=n

CONFIG_FLOW3R_CTX_FLAVOUR_SMOL=y
CONFIG_SPIRAM_ALLOW_BSS_SEG_EXTERNAL_MEMORY=y
Expand Down

0 comments on commit 7ca1186

Please sign in to comment.