Skip to content

Commit c191723

Browse files
authored
do not expose logger macros (#162)
1 parent 4bb15fc commit c191723

4 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/AsyncTelegram2.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#include "AsyncTelegram2.h"
2+
#include "serial_log.h"
23

34
#define HEADERS_END "\r\n\r\n"
45

src/AsyncTelegram2.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@
5555
#include "DataStructures.h"
5656
#include "InlineKeyboard.h"
5757
#include "ReplyKeyboard.h"
58-
#include "serial_log.h"
5958

6059
#define TELEGRAM_HOST "api.telegram.org"
6160
#define TELEGRAM_IP "149.154.167.220"

src/ReplyKeyboard.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#include "ReplyKeyboard.h"
2+
#include "serial_log.h"
23

34
ReplyKeyboard::ReplyKeyboard(size_t size)
45
{

src/ReplyKeyboard.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
#define ARDUINOJSON_DECODE_UNICODE 1
77
#include <ArduinoJson.h>
88
#include "DataStructures.h"
9-
#include "serial_log.h"
109

1110
#if ARDUINOJSON_VERSION_MAJOR > 6
1211
#define JSON_DOC(x) JsonDocument root

0 commit comments

Comments
 (0)