Skip to content

Commit 396b9ee

Browse files
authored
Merge pull request #552 from Mouflon23/patch-1
Update NerdMinerV2.ino.cpp
2 parents 7f5afaf + f62d4ab commit 396b9ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/NerdMinerV2.ino.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ void app_error_fault_handler(void *arg) {
157157
char *stack = (char *)arg;
158158

159159
// Print the stack errors in the console
160-
esp_log_write(ESP_LOG_ERROR, "APP_ERROR", "Pila de errores:\n%s", stack);
160+
esp_log_write(ESP_LOG_ERROR, "APP_ERROR", "Error Stack Code:\n%s", stack);
161161

162162
// restart ESP32
163163
esp_restart();

0 commit comments

Comments
 (0)