pull/8/head
guido 2020-05-07 18:57:24 +02:00
rodzic 936c902464
commit 064d136672
1 zmienionych plików z 4 dodań i 0 usunięć

Wyświetl plik

@ -2934,8 +2934,12 @@ void loop()
if(millis() > sec_event_time){
sec_event_time = millis() + 1000; // schedule time next second
//#define LCD_REINIT
#ifdef LCD_REINIT
#ifndef OLED
lcd.begin(); // fast LCD re-init (in case LCD has been taken out and placed back when power-on)
#endif
#endif
}