Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Example formatStyle.ino not work. #139

Open
CodeNameHawk opened this issue Apr 18, 2024 · 0 comments
Open

Example formatStyle.ino not work. #139

CodeNameHawk opened this issue Apr 18, 2024 · 0 comments

Comments

@CodeNameHawk
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant