Add delay

This commit is contained in:
Slider0007
2023-12-29 09:47:37 +01:00
parent 24c46c38b4
commit 006f3aa063
2 changed files with 18 additions and 3 deletions

View File

@@ -108,6 +108,8 @@ void initGPIO()
*/
void task_UnityTesting(void *pvParameter)
{
vTaskDelay( 5000 / portTICK_PERIOD_MS ); // 5s delay to ensure established serial connection
UNITY_BEGIN();
RUN_TEST(test_getReadoutRawString);
printf("---------------------------------------------------------------------------\n");