We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
any
v2.0.14
ubuntu 22
yes
115200
Code lines are overlapping page boundaries:
// any
// none
git clone --depth=1 https://github.com/espressif/arduino-esp32.git cd arduino-esp32/docs/ build-docs -l en -bs latex
arduino-esp32doc-2.0.14.pdf
The text was updated successfully, but these errors were encountered:
It looks weird in the web format, but does not mess up the page boundaries. Seems like a latex issue.
Sorry, something went wrong.
No this problem in documentation formatting. It should be more smart or simply fix source codes to prevent formatting issues.
html version
epub version
in epub and html we can scroll this text, but in printed pdf we cann't. And can be fixed using css:
.section pre { max-width: 53em; white-space: break-spaces !important }
There are mixed spaces and tabs in the indentation. I'll open a PR to fix it.
lucasssvaz
Successfully merging a pull request may close this issue.
Board
any
Device Description
any
Hardware Configuration
any
Version
v2.0.14
IDE Name
any
Operating System
ubuntu 22
Flash frequency
any
PSRAM enabled
yes
Upload speed
115200
Description
Code lines are overlapping page boundaries:
Sketch
// any
Debug Message
Other Steps to Reproduce
git clone --depth=1 https://github.com/espressif/arduino-esp32.git
cd arduino-esp32/docs/
build-docs -l en -bs latex
arduino-esp32doc-2.0.14.pdf
I have checked existing issues, online documentation and the Troubleshooting Guide
The text was updated successfully, but these errors were encountered: