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,4 +1,5 @@
#pragma once
#ifdef telegram
#include "Global.h"
extern void sendTelegramMsg();
@@ -7,4 +8,5 @@ extern void handleTelegram();
extern bool isTelegramEnabled();
extern bool isTelegramInputOn();
extern void telegramMsgParse(String msg);
extern String returnListOfParams();
extern String returnListOfParams();
#endif