From 33334455cb51eaefc6ce2dae1dc683c9a5492d36 Mon Sep 17 00:00:00 2001 From: Eduardo Silva Date: Tue, 9 Jun 2026 16:38:35 +0100 Subject: [PATCH] type fix --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index 98706bb..c2a6252 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -180,7 +180,7 @@ void loop(void) { break; } - LOG_INFO(F("Succesfully destroy window: %d\n"), destroyedWinID); + LOG_INFO(F("Succesfully destroyed window: %d\n"), destroyedWinID); break; }