Skip to content

Commit

Permalink
update: Connect to Dashboard show also S/N, remove test code
Browse files Browse the repository at this point in the history
  • Loading branch information
pnt325 committed Mar 7, 2024
1 parent d99881a commit 78b1b09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/ONE/ONE.ino
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 78b1b09

Please sign in to comment.