@ml54 ide 在连接openmv时右下方有个固件版本号,点击它可以选择是否回退版本
G
g4no
@g4no
0
Reputation
4
Posts
238
Profile views
0
Followers
0
Following
Posts made by 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)
,不管什么程序在终止脚本时都会出现这种报错,哪怕用例程在终止脚本时也会有这种报错