Skip to content

Commit 7d7f00c

Browse files
committed
..
1 parent deaec75 commit 7d7f00c

2 files changed

Lines changed: 0 additions & 7 deletions

File tree

src/AsyncTelegram2.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,6 @@ bool AsyncTelegram2::begin()
5656
return getMe();
5757
}
5858

59-
void AsyncTelegram2::useUnsecureClient(void){
60-
telegramClient->setInsecure();
61-
}
62-
6359
bool AsyncTelegram2::reset(void)
6460
{
6561
static uint32_t lastResetTime;

src/AsyncTelegram2.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -105,9 +105,6 @@ class AsyncTelegram2
105105
// true if no error occurred
106106
bool begin(void);
107107

108-
// use the network client in unsecure mode
109-
void useUnsecureClient(void);
110-
111108
// reset the connection between ESP8266 and the telegram server (ex. when connection was lost)
112109
// returns
113110
// true if no error occurred

0 commit comments

Comments
 (0)