Skip to content

Commit

Permalink
upd
Browse files Browse the repository at this point in the history
  • Loading branch information
GyverLibs committed Sep 19, 2022
1 parent 96380b7 commit 43db151
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -839,6 +839,7 @@ void loop() {
- v2.21: ускорил отправку файлов ботом в чат
- v2.22: мелкая оптимизация, исправил ошибку компиляции при дефайне FB_NO_OTA
- v2.23: пофиксил источник реального времени на editMessage
- v2.24: фикс отправки больших файлов https://github.com/GyverLibs/FastBot/pull/17
<a id="feedback"></a>
## Баги и обратная связь
Expand Down
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=FastBot
version=2.23
version=2.24
author=AlexGyver <[email protected]>
maintainer=AlexGyver <[email protected]>
sentence=Fast ESP8266/ESP32 library for Telegram bot (messages, menus, time sync, OTA update + SPIFFS, files upload and download)
Expand Down
1 change: 1 addition & 0 deletions src/FastBot.h
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@
v2.21: ускорил отправку файлов ботом в чат
v2.22: мелкая оптимизация, исправил ошибку компиляции при дефайне FB_NO_OTA
v2.23: пофиксил источник реального времени на editMessage
v2.24: фикс отправки больших файлов https://github.com/GyverLibs/FastBot/pull/17
*/

/*
Expand Down

0 comments on commit 43db151

Please sign in to comment.