mirror of
https://github.com/skot/ESP-Miner.git
synced 2025-03-17 21:32:52 +01:00
fix self test removal
This commit is contained in:
parent
8c06f1deab
commit
80ead68995
@ -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);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user