1 mb compiling version

This commit is contained in:
Dmitry Borisenko
2020-12-16 13:59:01 +01:00
parent 9934690d0a
commit 078c4389b5
28 changed files with 168 additions and 174 deletions

View File

@@ -1,6 +1,5 @@
#ifdef telegram
#include "Telegram.h"
CTBot* myBot{ nullptr };
void telegramInit() {
@@ -119,4 +118,5 @@ String returnListOfParams() {
cmdStr = deleteBeforeDelimiter(cmdStr, "\n");
}
return out;
}
}
#endif