You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: