From e6fe489be7da26b9083dd2491caed887a0a808d5 Mon Sep 17 00:00:00 2001 From: Achim Date: Fri, 8 Mar 2024 13:29:17 +0700 Subject: [PATCH] Updated display texts --- examples/ONE/ONE.ino | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/ONE/ONE.ino b/examples/ONE/ONE.ino index fde5c3c..3ce80cc 100644 --- a/examples/ONE/ONE.ino +++ b/examples/ONE/ONE.ino @@ -740,7 +740,7 @@ void setup() { /** Show boot display */ Serial.println("Firmware Version: " + ag.getVersion()); - displayShowText("One V9", "FW Ver: " + ag.getVersion(), ""); + displayShowText("AirGradient ONE", "FW Version: ", ag.getVersion()); delay(DISPLAY_DELAY_SHOW_CONTENT_MS); /** Init sensor */ @@ -1490,7 +1490,7 @@ static void connectToWifi() { ledSmState = APP_SM_WIFI_MANAGER_STA_CONNECTING; }); - displayShowText("Connecting to", "config WiFi", "..."); + displayShowText("Connecting to", "WiFi", "..."); wifiManager.autoConnect(wifiSSID.c_str(), WIFI_HOTSPOT_PASSWORD_DEFAULT); xTaskCreate( [](void *obj) {