Skip to content

Commit 43db151

Browse files
committed
upd
1 parent 96380b7 commit 43db151

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -839,6 +839,7 @@ void loop() {
839839
- v2.21: ускорил отправку файлов ботом в чат
840840
- v2.22: мелкая оптимизация, исправил ошибку компиляции при дефайне FB_NO_OTA
841841
- v2.23: пофиксил источник реального времени на editMessage
842+
- v2.24: фикс отправки больших файлов https://github.com/GyverLibs/FastBot/pull/17
842843
843844
<a id="feedback"></a>
844845
## Баги и обратная связь

library.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=FastBot
2-
version=2.23
2+
version=2.24
33
author=AlexGyver <[email protected]>
44
maintainer=AlexGyver <[email protected]>
55
sentence=Fast ESP8266/ESP32 library for Telegram bot (messages, menus, time sync, OTA update + SPIFFS, files upload and download)

src/FastBot.h

+1
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@
9696
v2.21: ускорил отправку файлов ботом в чат
9797
v2.22: мелкая оптимизация, исправил ошибку компиляции при дефайне FB_NO_OTA
9898
v2.23: пофиксил источник реального времени на editMessage
99+
v2.24: фикс отправки больших файлов https://github.com/GyverLibs/FastBot/pull/17
99100
*/
100101

101102
/*

0 commit comments

Comments
 (0)