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
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)
The text was updated successfully, but these errors were encountered:
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.
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:
Environment (please complete the following information):
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)
The text was updated successfully, but these errors were encountered: