diff --git a/src/NerdMinerV2.ino.cpp b/src/NerdMinerV2.ino.cpp index 486e0ed..5894b83 100644 --- a/src/NerdMinerV2.ino.cpp +++ b/src/NerdMinerV2.ino.cpp @@ -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();