fredlcore / BSB-LAN

LAN/WiFi interface for Boiler-System-Bus (BSB) and Local Process Bus (LPB) and Punkt-zu-Punkt Schnittstelle (PPS) with a Siemens® controller used by Elco®, Brötje® and similar heating systems
225 stars 84 forks source link

[BUG] Sketch too big #655

Closed stonie81 closed 4 months ago

stonie81 commented 4 months ago

BSB-LAN Version

define MAJOR "4"

define MINOR "0"

define PATCH "11"

define COMPILETIME "20240604202858"

Architecture ESP32 Olimex EVB

Bus system BSB

Describe the bug compiles, but sketch is too big

To Reproduce Steps to reproduce the behavior:

  1. compile

Log files - Bug reports without log files will be closed Der Sketch verwendet 1359989 Bytes (103%) des Programmspeicherplatzes. Das Maximum sind 1310720 Bytes. Globale Variablen verwenden 52316 Bytes (15%) des dynamischen Speichers, 275364 Bytes für lokale Variablen verbleiben. Das Maximum sind 327680 Bytes. Textbereich überschreitet den verfügbaren Platz auf der Platine

Compilation error: Textbereich überschreitet den verfügbaren Platz auf der Platine

Expected behavior sketch is not too big

Attach your BSB_LAN_config.h file to your bug report (remove any confidential information if necessary). Do not ZIP or otherwise compress it. Bug reports without this file attached will be closed immediately. BSB_LAN_config.txt

edit error occurred after upgraded ESP32 2.0.17 -> 3.0.0

fredlcore commented 4 months ago

If it worked before, I assume that somehow the partition size setting has been changed. Set the partition scheme to minimal SPIFFS and it should work.