mirror of
https://github.com/airgradienthq/arduino.git
synced 2025-07-24 22:17:17 +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 false Success
|
||||
*/
|
||||
bool isConfigFailed(void) { return true; /* configFailed; */}
|
||||
bool isConfigFailed(void) { return configFailed; }
|
||||
|
||||
/**
|
||||
* @brief Get status of post server configuration is failed
|
||||
|
Reference in New Issue
Block a user