forked from airgradienthq/arduino
update: Connect to Dashboard show also S/N, remove test code
This commit is contained in:
@ -365,7 +365,7 @@ public:
|
|||||||
* @return true Failed
|
* @return true Failed
|
||||||
* @return false Success
|
* @return false Success
|
||||||
*/
|
*/
|
||||||
bool isConfigFailed(void) { return true; /* configFailed; */}
|
bool isConfigFailed(void) { return configFailed; }
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief Get status of post server configuration is failed
|
* @brief Get status of post server configuration is failed
|
||||||
|
Reference in New Issue
Block a user