mirror of
https://github.com/skot/ESP-Miner.git
synced 2025-04-13 06:19:18 +02:00
main: Delay aborting when asicmodel is not correct
This commit is contained in:
parent
85a97f1e7d
commit
e50da6db5c
@ -52,7 +52,8 @@ void app_main(void)
|
||||
|
||||
GLOBAL_STATE.ASIC_functions = ASIC_functions;
|
||||
} else {
|
||||
ESP_LOGE(TAG, "Unable to determine ASIC model. Please make sure the model has been written into NVS.");
|
||||
ESP_LOGE(TAG, "Unable to determine ASIC model. Please make sure the model has been written into NVS at main/asicmodel.");
|
||||
vTaskDelay(10000 / portTICK_PERIOD_MS);
|
||||
exit(EXIT_FAILURE);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user