Skip to content

Commit

Permalink
Update host/class/uac/usb_host_uac/test_app/sdkconfig.defaults
Browse files Browse the repository at this point in the history
Co-authored-by: Peter Marčišovský <[email protected]>
  • Loading branch information
leeebo and peter-marcisovsky authored May 10, 2024
1 parent 8ae9fba commit d1e8c61
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion host/class/uac/usb_host_uac/test_app/sdkconfig.defaults
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,8 @@ CONFIG_ESPTOOLPY_FLASHSIZE_4MB=y
CONFIG_PARTITION_TABLE_CUSTOM=y
CONFIG_FREERTOS_HZ=1000
CONFIG_USB_HOST_CONTROL_TRANSFER_MAX_SIZE=2048
CONFIG_USB_HOST_HW_BUFFER_BIAS_PERIODIC_OUT=y
CONFIG_USB_HOST_HW_BUFFER_BIAS_PERIODIC_OUT=y

# Disable watchdogs, they'd get triggered during unity interactive menu
CONFIG_ESP_INT_WDT=n
CONFIG_ESP_TASK_WDT=n

0 comments on commit d1e8c61

Please sign in to comment.