diff --git a/examples/ONE/ONE.ino b/examples/ONE/ONE.ino index e279d19..fde5c3c 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