fix for normal display

This commit is contained in:
richonguzman 2024-08-16 16:00:58 -04:00
parent 55d6bc325f
commit f11b6de57a

View file

@ -218,4 +218,5 @@ void displayShow(const String& header, const String& line1, const String& line2,
#endif
#endif
delay(wait);
#endif
#endif
}