AsyncTelegram2 icon indicating copy to clipboard operation
AsyncTelegram2 copied to clipboard

Example formatStyle.ino not work.

Open CodeNameHawk opened this issue 10 months ago • 0 comments

After Try command /html or Try command /markdown, in telegram see non stop text messages from static const char html_formatted[] PROGMEM = R"EOF or from static const char markdown_formatted[] PROGMEM = R"EOF

To make it work, need to increase the buffer #define BUFFER_BIG 4096 It looks like the default size (2048) is not enough.

AsyncTelegramBot version=2.3.1, ESP8266 version 3.1.2 JSON ArduinoJSON v.6x or v.7.x

CodeNameHawk avatar Apr 18 '24 15:04 CodeNameHawk