From 78b1b0975c3faa06e707344701390cf177d743f4 Mon Sep 17 00:00:00 2001 From: Phat Nguyen Date: Thu, 7 Mar 2024 21:48:13 +0700 Subject: [PATCH] update: Connect to Dashboard show also S/N, remove test code --- examples/ONE/ONE.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/ONE/ONE.ino b/examples/ONE/ONE.ino index e279d190..fde5c3c6 100644 --- a/examples/ONE/ONE.ino +++ b/examples/ONE/ONE.ino @@ -365,7 +365,7 @@ public: * @return true Failed * @return false Success */ - bool isConfigFailed(void) { return true; /* configFailed; */} + bool isConfigFailed(void) { return configFailed; } /** * @brief Get status of post server configuration is failed