From 8fa31e00aa0412339adac35f47977a5d40594ea6 Mon Sep 17 00:00:00 2001 From: Quency-D Date: Thu, 4 Sep 2025 15:39:08 +0800 Subject: [PATCH] -D DISABLE_DIAGNOSTIC_OUTPUT this one will make GxEPD less verbose ;) --- variants/mesh_pocket/platformio.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/variants/mesh_pocket/platformio.ini b/variants/mesh_pocket/platformio.ini index c9510ae3..3fa4c7b8 100644 --- a/variants/mesh_pocket/platformio.ini +++ b/variants/mesh_pocket/platformio.ini @@ -20,6 +20,7 @@ build_flags = ${nrf52_base.build_flags} -D EINK_X_OFFSET=0 -D EINK_Y_OFFSET=10 -D DISPLAY_CLASS=GxEPDDisplay + -D DISABLE_DIAGNOSTIC_OUTPUT build_src_filter = ${nrf52_base.build_src_filter} + +<../variants/mesh_pocket>