mirror of
https://github.com/meshtastic/firmware.git
synced 2025-12-19 17:22:59 +00:00
Remove all sorts of redundant VEXT_ENABLE ifdefs
This commit is contained in:
@@ -581,10 +581,6 @@ void TFTDisplay::sendCommand(uint8_t com)
|
||||
tft->powerSaveOff();
|
||||
#endif
|
||||
|
||||
#ifdef VTFT_CTRL_V03
|
||||
digitalWrite(VTFT_CTRL_V03, LOW);
|
||||
#endif
|
||||
|
||||
#ifdef VTFT_CTRL
|
||||
digitalWrite(VTFT_CTRL, LOW);
|
||||
#endif
|
||||
@@ -610,9 +606,6 @@ void TFTDisplay::sendCommand(uint8_t com)
|
||||
tft->powerSaveOn();
|
||||
#endif
|
||||
|
||||
#ifdef VTFT_CTRL_V03
|
||||
digitalWrite(VTFT_CTRL_V03, HIGH);
|
||||
#endif
|
||||
#ifdef VTFT_CTRL
|
||||
digitalWrite(VTFT_CTRL, HIGH);
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user