Revert "add heltec_v4 tft expansion box"

This reverts commit 310618e689.
This commit is contained in:
Scott Powell
2025-11-27 21:34:52 +11:00
parent ffbc24b3e7
commit 3ddfdd477b
8 changed files with 45 additions and 268 deletions

View File

@@ -9,11 +9,7 @@
#include <helpers/SensorManager.h>
#include <helpers/sensors/EnvironmentSensorManager.h>
#ifdef DISPLAY_CLASS
#ifdef HELTEC_LORA_V4_OLED
#include <helpers/ui/SSD1306Display.h>
#elif defined(HELTEC_LORA_V4_TFT)
#include <helpers/ui/ST7789LCDDisplay.h>
#endif
#include <helpers/ui/SSD1306Display.h>
#include <helpers/ui/MomentaryButton.h>
#endif