We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 65e6f82 + 7f2760a commit f56c355Copy full SHA for f56c355
src/UniversalTelegramBot.cpp
@@ -247,7 +247,7 @@ String UniversalTelegramBot::sendMultipartFormDataToTelegram(
247
client->println(String(contentLength));
248
client->print(F("Content-Type: multipart/form-data; boundary="));
249
client->println(boundary);
250
- client->println(F(""));
+ client->println();
251
client->print(start_request);
252
253
#ifdef TELEGRAM_DEBUG
0 commit comments