From c15509282eeb620b6ce70059ea10c4657cff7474 Mon Sep 17 00:00:00 2001 From: Nathan Perry Date: Tue, 24 Sep 2024 00:13:11 -0400 Subject: pio i2s --- .cargo/config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.cargo/config.toml') diff --git a/.cargo/config.toml b/.cargo/config.toml index 62f9cda..ae921aa 100644 --- a/.cargo/config.toml +++ b/.cargo/config.toml @@ -5,4 +5,4 @@ runner = "probe-rs run --chip RP2040" target = "thumbv6m-none-eabi" [env] -DEFMT_LOG = "debug,lora=trace,sx127x=debug,embedded_sdmmc=info" +DEFMT_LOG = "debug,lora=trace,sx127x=debug,embedded_sdmmc_async=info" -- cgit v1.3.1