Skip to content

Commit

Permalink
bump up adafruit/Adafruit TinyUSB Library to 2.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
tomaszduda23 committed Apr 11, 2024
1 parent 3e13841 commit 37de46e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion esphome/components/usb_device/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ def final_validate_number_of_device(config):
async def to_code(config):
var = cg.new_Pvariable(config[CONF_ID])
await cg.register_component(var, config)
cg.add_library("adafruit/Adafruit TinyUSB Library", "1.14.4", None)
cg.add_library("adafruit/Adafruit TinyUSB Library", "2.2.4", None)
cg.add_build_flag("-DCFG_TUSB_MCU=OPT_MCU_ESP32S2")
cg.add_build_flag("-DCFG_TUSB_RHPORT0_MODE=OPT_MODE_DEVICE")
cg.add_build_flag("-DCFG_TUSB_OS=OPT_OS_FREERTOS")
Expand Down

0 comments on commit 37de46e

Please sign in to comment.