update for Heltec V3 TNC

This commit is contained in:
richonguzman 2024-09-10 14:55:17 -03:00
parent 581172f9a1
commit 81c46334ba
1 changed files with 1 additions and 1 deletions

View File

@ -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