We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4bb15fc commit c191723Copy full SHA for c191723
4 files changed
src/AsyncTelegram2.cpp
@@ -1,4 +1,5 @@
1
#include "AsyncTelegram2.h"
2
+#include "serial_log.h"
3
4
#define HEADERS_END "\r\n\r\n"
5
src/AsyncTelegram2.h
@@ -55,7 +55,6 @@
55
#include "DataStructures.h"
56
#include "InlineKeyboard.h"
57
#include "ReplyKeyboard.h"
58
-#include "serial_log.h"
59
60
#define TELEGRAM_HOST "api.telegram.org"
61
#define TELEGRAM_IP "149.154.167.220"
src/ReplyKeyboard.cpp
ReplyKeyboard::ReplyKeyboard(size_t size)
{
src/ReplyKeyboard.h
@@ -6,7 +6,6 @@
6
#define ARDUINOJSON_DECODE_UNICODE 1
7
#include <ArduinoJson.h>
8
9
10
11
#if ARDUINOJSON_VERSION_MAJOR > 6
12
#define JSON_DOC(x) JsonDocument root
0 commit comments