From 0c19f8eaf9e02bf4bddf0f905f2799914c90d399 Mon Sep 17 00:00:00 2001 From: JbLb Date: Thu, 21 Dec 2017 16:57:43 +0100 Subject: [PATCH] change time out message --- LibreMetric.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LibreMetric.ino b/LibreMetric.ino index 34ed0fe..ec7b823 100644 --- a/LibreMetric.ino +++ b/LibreMetric.ino @@ -75,7 +75,7 @@ void setup() { wifiManager.setAPCallback(configModeCallback); if(!wifiManager.autoConnect("LibreMetric")) { DEBUG_PRINTLN(F("failed to connect and timeout occurred")); - display_static_message("No OK"); + display_message("Failed to connect"); delay(6000); ESP.reset(); //reset and try again delay(180000);