diff options
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" |
