From d8d831b27aee53e67cedb11cef177d37c2c4af2e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20G=C3=B6ttgens?= Date: Sat, 11 May 2024 14:19:53 +0200 Subject: [PATCH] Revert "exclude serial module for T-Echo, saves 3000 bytes" This reverts commit 38347fa6db4a51338d8573a9aba028689d7e0d54. --- variants/t-echo/variant.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/variants/t-echo/variant.h b/variants/t-echo/variant.h index a1166a19c..1c263a61a 100644 --- a/variants/t-echo/variant.h +++ b/variants/t-echo/variant.h @@ -206,9 +206,6 @@ External serial flash WP25R1635FZUIL0 // To debug via the segger JLINK console rather than the CDC-ACM serial device // #define USE_SEGGER -// T-Echo does not have a free serial port for this module -#define MESHTASTIC_EXCLUDE_SERIAL 1 - // Battery // The battery sense is hooked to pin A0 (4) // it is defined in the anlaolgue pin section of this file