I have an M5Stick-C and when I try to compile FactoryTest I get this error message.
Sketch uses 1494653 bytes (114%) of program storage space. Maximum is 1310720 bytes.
Global variables use 54248 bytes (16%) of dynamic memory, leaving 273432 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
Compilation error: text section exceeds available space in board
I'm thinking that the FactoryTest is the software that came on the device when I first got it. So it should compile and upload. Using Arduino IDE 2.2.1 with the ESP-32 Boards 2.0.14
I have an M5Stick-C and when I try to compile FactoryTest I get this error message.
Sketch uses 1494653 bytes (114%) of program storage space. Maximum is 1310720 bytes. Global variables use 54248 bytes (16%) of dynamic memory, leaving 273432 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
Compilation error: text section exceeds available space in board
I'm thinking that the FactoryTest is the software that came on the device when I first got it. So it should compile and upload. Using Arduino IDE 2.2.1 with the ESP-32 Boards 2.0.14