Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you may not be able to execute some actions.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
我编了一段程序,openmv自带的flash系统显示内存不足,然后我插上了内存卡,在内存卡里保存了main.py文件,但是再用IDE编译的时候也是内存不足无法运行,这时候应该怎么判定程序哪里有问题呢?
内存不足是ram不够,与内存卡没关系,内存卡增加的是flash。
内存不够只能通过更改代码来解决,不能依靠添加硬件来解决。
那我按照攻略在内存卡里保存了main.py然后脱机,是能够运行的吧?
如果你的代码是正确的,那会运行。