добавил буффер char

This commit is contained in:
Dmitry Borisenko
2022-01-19 00:18:06 +01:00
parent 3abad88fc3
commit a4fa6ad389
4 changed files with 84 additions and 0 deletions

View File

@@ -41,6 +41,18 @@ void setup() {
sendConfigJson = new SendJson;
sendWigdetsJson = new SendJson;
myBuf = new CommandBuf;
myBuf->addCommand("zero");
myBuf->addCommand("one");
myBuf->addCommand("two");
myBuf->printCommands();
myBuf->getLastCommand();
myBuf->getLastCommand();
myBuf->getLastCommand();
//myBuf->printCommands();
configure("/config.json");
//выводим остаток оперативной памяти после старта