diff --git a/src/bambu.cpp b/src/bambu.cpp index afa8fca..9233ef8 100644 --- a/src/bambu.cpp +++ b/src/bambu.cpp @@ -425,7 +425,8 @@ void reconnect() { bambu_connected = false; oledShowTopRow(); // Wait 5 seconds before retrying - delay(5000); + yield(); + vTaskDelay(5000 / portTICK_PERIOD_MS); } } }