error count in all sendError calls
This commit is contained in:
@ -45,7 +45,7 @@ public:
|
||||
void begin(CmdServer *cmdServer);
|
||||
void exec();
|
||||
virtual void sendResponse(uint8_t *responseBuffer, uint16_t responseBufferLength, uint8_t token, char *name);
|
||||
virtual void sendError(uint8_t code, uint8_t token, char *name);
|
||||
virtual void sendError(uint8_t code, uint16_t count, uint8_t token, char *name);
|
||||
friend class MqttConfig;
|
||||
private:
|
||||
MqttConfig m_mqttConfig;
|
||||
|
Reference in New Issue
Block a user