HWT works

This commit is contained in:
richonguzman 2025-04-24 19:32:46 -04:00
parent 16d9ef1c06
commit 725be9fed5
4 changed files with 12 additions and 22 deletions

View file

@ -88,7 +88,7 @@ namespace Utils {
}
void setupDisplay() {
displaySetup();
if (Config.digi.ecoMode != 1) displaySetup();
#ifdef INTERNAL_LED_PIN
digitalWrite(INTERNAL_LED_PIN,HIGH);
#endif