Sfoglia il codice sorgente

Set LOGBUFSIZE to 8192 on RP2040_Audio target

Do this the right way :)
Alex Perez 2 anni fa
parent
commit
cc9673726c
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      platformio.ini

+ 1 - 0
platformio.ini

@@ -107,6 +107,7 @@ extends = env:ZuluSCSI_RP2040
 build_flags =
     ${env:ZuluSCSI_RP2040.build_flags}
     -DENABLE_AUDIO_OUTPUT
+    -DLOGBUFSIZE=8192
 
 ; 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.