fix self test removal

This commit is contained in:
Benjamin Wilson 2024-11-01 22:27:13 -04:00
parent 8c06f1deab
commit 80ead68995

View File

@ -58,10 +58,10 @@ void app_main(void)
}
//should we run the self test?
// if (should_test(&GLOBAL_STATE)) {
// self_test((void *) &GLOBAL_STATE);
// vTaskDelay(60 * 60 * 1000 / portTICK_PERIOD_MS);
// }
if (should_test(&GLOBAL_STATE)) {
self_test((void *) &GLOBAL_STATE);
vTaskDelay(60 * 60 * 1000 / portTICK_PERIOD_MS);
}
SYSTEM_init_system(&GLOBAL_STATE);