Changed delay timing

This commit is contained in:
nopnop2002 2022-05-05 08:11:45 +09:00
parent 156c673ff1
commit f4387a8356

View File

@ -316,8 +316,10 @@ void app_main(void)
// Show internal buffer
ssd1306_show_buffer(&dev);
// Avoid WatchDog alerts
vTaskDelay(1);
//vTaskDelay(1);
} // end _height
// Avoid WatchDog alerts
vTaskDelay(1);
} // end digit
} // end imageIndex
} // end while