mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-26 22:22:16 +03:00
добавил буффер char
This commit is contained in:
12
src/Main.cpp
12
src/Main.cpp
@@ -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");
|
||||
|
||||
//выводим остаток оперативной памяти после старта
|
||||
|
||||
Reference in New Issue
Block a user