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

ttgo_lora32_v21 firmware too big #2085

Open
Pascal66 opened this issue Oct 9, 2024 · 2 comments
Open

ttgo_lora32_v21 firmware too big #2085

Pascal66 opened this issue Oct 9, 2024 · 2 comments

Comments

@Pascal66
Copy link

Pascal66 commented Oct 9, 2024

Describe the bug
When compiling the source code without any modifications, the firmware is too big. this make the lilygo to reboot

To Reproduce
Steps to reproduce the behavior:

  • Build and upload

Environment (please complete the following information):

  • OpenMQTTGateway version used ( development)

Additional context

RAM: [== ] 19.0% (used 62364 bytes from 327680 bytes)
Flash: [==========] 99.8% (used 1307961 bytes from 1310720 bytes)
Building .pio\build\LilyGo-lora32-v21\firmware.bin
esptool.py v4.5

Removing the ssd1306 library make it working
RAM: [== ] 18.9% (used 61872 bytes from 327680 bytes)
Flash: [==========] 97.1% (used 1273133 bytes from 1310720 bytes)

@1technophile
Copy link
Owner

1technophile commented Oct 9, 2024

all the environments are built at each PR and every night as you can see below for the last PR:
https://github.com/1technophile/OpenMQTTGateway/actions/runs/11240356659

As suggested in the troubleshooting section https://docs.openmqttgateway.com/upload/troubleshoot.html#compilation-build-error you may have a wrong version of one or several components involved in the build

@Pascal66
Copy link
Author

Pascal66 commented Oct 9, 2024

Using the original code without any modifications.
If I'm near 131k, with ssd1306 the heltec or the lilygo reboot.
If I'm under 130k, things work.
If I'm not using the ssd1306, i'm around 127k this is fine.
So under 130k eveything work.

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

2 participants