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

@ -86,9 +86,5 @@ void HeltecV4Board::begin() {
}
const char* HeltecV4Board::getManufacturerName() const {
#ifdef HELTEC_LORA_V4_TFT
return "Heltec V4 TFT";
#else
return "Heltec V4 OLED";
#endif
return "Heltec V4";
}