Doxygen code comments included
Some checks reported errors
continuous-integration/drone/push Build encountered an error
Some checks reported errors
continuous-integration/drone/push Build encountered an error
This commit is contained in:
@ -44,7 +44,7 @@ bool CommandHandler::parse(const char *cmd)
|
||||
{
|
||||
int x = doc["x"];
|
||||
int y = doc["y"];
|
||||
this->display->setOffset(x, y);
|
||||
//this->display->setOffset(x, y);
|
||||
}
|
||||
|
||||
return true;
|
||||
|
@ -2,6 +2,9 @@
|
||||
#define COMMANDHANDLER_H
|
||||
#include "DisplayProxy.h"
|
||||
|
||||
/**
|
||||
* Parse a JSON command and convert it into a display command
|
||||
*/
|
||||
class CommandHandler
|
||||
{
|
||||
public:
|
||||
|
Reference in New Issue
Block a user