Have been working my way through the various sections without any issues until I got to section 3.3 – Display Sensor Data on a Table. The sketch compliling completes with the following message:
Sketch uses 1350825 bytes (103%) of program storage space. Maximum is 1310720 bytes.
Global variables use 64064 bytes (19%) of dynamic memory, leaving 263616 bytes for local variables. Maximum is 327680 bytes.
Sketch too big; see https://support.arduino.cc/hc/en-us/articles/360013825179 for tips on reducing it.
text section exceeds available space in board
I am using a device bought off Aliexpress with USB C connector aswell as micro USB connector.
Any reason for this? I checked the link, but it didn’t help and no-one else on the forum seems to have had a similar problem
Hi.
Please read the instructions on page 207.
“Go to Tools > Partition Scheme and select
Huge APP (3MB No OTA/1MB SPIFFS).”
Let me know if this solves the issue.
Regards,
Sara
Hi Sara, that worked !
Not sure how I managed to miss that bit of information.
Best Regards Andy