Skip to content

Commit c56e4e0

Browse files
authored
Update TelegramBot.cpp
1 parent e99937a commit c56e4e0

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/TelegramBot.cpp

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#include <Arduino.h>
88
#include <HTTPClient.h>
99
#include <NetworkClientSecure.h>
10-
#include "TelegramBot.h"
10+
#include "SimpleMessageTelegramBot.h"
1111
HTTPClient https;
1212

1313

@@ -61,4 +61,5 @@ Serial.println("Client get sertificate");
6161
} else {
6262
Serial.println("Unable to create client");
6363
}
64-
}
64+
65+
}

0 commit comments

Comments
 (0)