diff --git a/lib/patrix/wifi.cpp b/lib/patrix/wifi.cpp index 6d480e7..2daad48 100644 --- a/lib/patrix/wifi.cpp +++ b/lib/patrix/wifi.cpp @@ -137,7 +137,7 @@ void bootDelay() { bootDelayLoop(); } info("BOOT DELAY: WiFi connected!"); - info("BOOT DELAY: Waiting 10 seconds..."); + info("BOOT DELAY: Waiting %d milliseconds...", BOOT_DELAY_MS); unsigned long bootDelayBegin = millis(); while (millis() - bootDelayBegin < BOOT_DELAY_MS) { bootDelayLoop();