From 5779320f68b705b063483e3944fdbb4ebf736b14 Mon Sep 17 00:00:00 2001 From: ploopyco Date: Thu, 10 Aug 2023 13:37:29 -0400 Subject: [PATCH] fixed bug that causes some DACs to fail after first plugin --- firmware/code/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/firmware/code/CMakeLists.txt b/firmware/code/CMakeLists.txt index bbcac28..aae60e4 100644 --- a/firmware/code/CMakeLists.txt +++ b/firmware/code/CMakeLists.txt @@ -61,6 +61,8 @@ target_compile_definitions(ploopy_headphones PRIVATE # make the git hash available to the firmware GIT_HASH="${GIT_HASH}" + + PICO_XOSC_STARTUP_DELAY_MULTIPLIER=64 ) pico_enable_stdio_usb(ploopy_headphones 0)