M5StickC - Cannot upload FactoryTest, size too large
-
My M5StickC came with a neat FactoryTest program which cycled through the cube-gyro, microphone, and other tests with a click of a button.
After uploading other examples, I wanted to run FactoryTest again from https://github.com/m5stack/M5StickC/tree/master/examples/Basics/FactoryTest but I get an error that it's too large in size.Unlike other examples, FactoryTest never displays it's compressing the sketch before an upload.
Please advice.
I'm interested in getting back the cube-gyro test back which is not in other examples.Thanks!
-
@gaaahman you can change the partition scheme.
in the Arduino navigation ----> Tools---->partition scheme------>choose the Not OTA (Large APP)
-
Thanks! It worked.