@ml54 ide 在连接openmv时右下方有个固件版本号,点击它可以选择是否回退版本
G
g4no 发布的帖子
-
中止脚本时的这种报错该怎么解决,运行时没问题
# This work is licensed under the MIT license. # Copyright (c) 2013-2023 OpenMV LLC. All rights reserved. # https://github.com/openmv/openmv/blob/master/LICENSE # # Blinky example import time from machine import LED led = LED("LED_BLUE") while True: led.on() time.sleep_ms(500) led.off() time.sleep_ms(500)
,不管什么程序在终止脚本时都会出现这种报错,哪怕用例程在终止脚本时也会有这种报错