From 44ee5498caca8c261ddda82ad670f0b1ea891208 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?D=C3=A1niel=20Buga?= Date: Sun, 8 Oct 2023 16:37:50 +0200 Subject: [PATCH] Enable defmt in embedded-graphics --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index b5e5c0a5..a996615a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -199,6 +199,7 @@ defmt = [ "norfs/defmt", "embedded-io/defmt", "embedded-svc/defmt", + "embedded-graphics/defmt", "esp-println/defmt", "esp-wifi/defmt", "esp32s3-hal/defmt",