Merge pull request #552 from Mouflon23/patch-1

Update NerdMinerV2.ino.cpp
This commit is contained in:
BitMaker 2025-01-13 14:25:42 +01:00 committed by GitHub
commit 396b9ee65f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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();