mirror of
https://github.com/BitMaker-hub/NerdMiner_v2.git
synced 2025-04-16 07:41:25 +02:00
Update NerdMinerV2.ino.cpp
This commit is contained in:
parent
9b07356e07
commit
f62d4ab624
@ -157,7 +157,7 @@ void app_error_fault_handler(void *arg) {
|
||||
char *stack = (char *)arg;
|
||||
|
||||
// Print the stack errors in the console
|
||||
esp_log_write(ESP_LOG_ERROR, "APP_ERROR", "Pila de errores:\n%s", stack);
|
||||
esp_log_write(ESP_LOG_ERROR, "APP_ERROR", "Error Stack Code:\n%s", stack);
|
||||
|
||||
// restart ESP32
|
||||
esp_restart();
|
||||
|
Loading…
x
Reference in New Issue
Block a user