Skip to content

Commit f56c355

Browse files
authored
Merge pull request #236 from nechry/patch-1
required for esp32-1.0.6 library upgrade
2 parents 65e6f82 + 7f2760a commit f56c355

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/UniversalTelegramBot.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ String UniversalTelegramBot::sendMultipartFormDataToTelegram(
247247
client->println(String(contentLength));
248248
client->print(F("Content-Type: multipart/form-data; boundary="));
249249
client->println(boundary);
250-
client->println(F(""));
250+
client->println();
251251
client->print(start_request);
252252

253253
#ifdef TELEGRAM_DEBUG

0 commit comments

Comments
 (0)