浏览代码

Set LOGBUFSIZE to 8192 on RP2040_Audio target

Do this the right way :)
Alex Perez 2 年之前
父节点
当前提交
cc9673726c
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      platformio.ini

+ 1 - 0
platformio.ini

@@ -107,6 +107,7 @@ extends = env:ZuluSCSI_RP2040
 build_flags =
 build_flags =
     ${env:ZuluSCSI_RP2040.build_flags}
     ${env:ZuluSCSI_RP2040.build_flags}
     -DENABLE_AUDIO_OUTPUT
     -DENABLE_AUDIO_OUTPUT
+    -DLOGBUFSIZE=8192
 
 
 ; Variant of RP2040 platform, based on Raspberry Pico board and a carrier PCB
 ; Variant of RP2040 platform, based on Raspberry Pico board and a carrier PCB
 ; Differs in pinout from ZuluSCSI_RP2040 platform, but shares most of the code.
 ; Differs in pinout from ZuluSCSI_RP2040 platform, but shares most of the code.