From 81c46334ba00a80ea864d39bc97c28f6156e480a Mon Sep 17 00:00:00 2001 From: richonguzman Date: Tue, 10 Sep 2024 14:55:17 -0300 Subject: [PATCH] update for Heltec V3 TNC --- src/display.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/display.cpp b/src/display.cpp index 403a493..91efc3d 100644 --- a/src/display.cpp +++ b/src/display.cpp @@ -31,7 +31,7 @@ String currentSymbol, lastSymbol, lastHeader; #if defined(TTGO_T_Beam_S3_SUPREME_V3) #undef ssd1306 #endif - #if defined(HELTEC_V3_GPS) + #if defined(HELTEC_V3_GPS) || defined(HELTEC_V3_TNC) #define OLED_DISPLAY_HAS_RST_PIN #endif