mirror of
https://github.com/airgradienthq/arduino.git
synced 2025-07-25 22:47:16 +02:00
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