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).
请问在脱机时怎么判断程序是否跑死呢?try except感觉只能针对猜到的可能出现的问题,但是比如uart串口通讯,对方传的东西太多没有及时读取把缓存撑爆了的跑死,怎么回到原来的程序呢?
对方传的东西太多没有及时读取,openmv会丢掉的。
你可以在死循环里直接try catch ,不对就重启。