no loop in bsp/main.py

This commit is contained in:
graduateDesign 2021-10-07 00:06:42 +08:00
parent ef67f43cb3
commit a4b2dc9dd9

View File

@ -23,8 +23,3 @@ print('hello 2')
print('mem used max:')
mem.max()
while True:
time.sleep_ms(10)
rgb.flow()
print('flowing...')