From 4e76789bffb88d335c3fed7aa95218b2f76ca26b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?D=C3=A1niel=20Buga?= Date: Mon, 17 Feb 2025 19:03:35 +0100 Subject: [PATCH] Fix typo --- template/.cargo/config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/template/.cargo/config.toml b/template/.cargo/config.toml index c9cbb6d..e18418f 100644 --- a/template/.cargo/config.toml +++ b/template/.cargo/config.toml @@ -12,7 +12,7 @@ runner = "probe-rs run --chip=esp32c6 --always-print-stacktrace --no-location -- #ENDIF [env] -#IF option("demft") +#IF option("defmt") DEFMT_LOG="info" #ELIF option("log") ESP_LOG="info"