diff options
| author | Nathan Perry <np@nathanperry.dev> | 2024-09-24 00:13:11 -0400 |
|---|---|---|
| committer | Nathan Perry <np@nathanperry.dev> | 2024-09-26 06:50:09 -0400 |
| commit | c15509282eeb620b6ce70059ea10c4657cff7474 (patch) | |
| tree | 361ab3803fdd0748565f69b5a56824ac84f2e23c /.cargo/config.toml | |
| parent | 34f44829237f33a9940c12f57126a53f2a9c23f3 (diff) | |
pio i2s
Diffstat (limited to '.cargo/config.toml')
| -rw-r--r-- | .cargo/config.toml | 2 |
1 files changed, 1 insertions, 1 deletions
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" |
