AsyncTelegram2
AsyncTelegram2 copied to clipboard
Example formatStyle.ino not work.
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